#CC7B1E

Color #CC7B1E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CC7B1E

Tints of Ochre #CC7B1E

Color information

#CC7B1E (or 0xCC7B1E) is unknown color: approx Ochre. HEX triplet: CC, 7B and 1E. RGB value is (204,123,30). Sum of RGB (Red+Green+Blue) = 204+123+30=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B1E is #3384E1. Grayscale: #898989. Windows color (decimal): -3376354 or 1997772. OLE color: 1997772.

HSL color Cylindrical-coordinate representation of color #CC7B1E: hue angle of 32.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC7B1E is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB20412330-
CMYK00.400.850.2
HSL32.07º74.36%45.88%-
HSV(B)32.07º85.29%80%-
XYZ32.2227.14.76-
YUV136.6267.84176.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 30 (12.11% from 255) = 8.40%
R=57.14%
G=34.45%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041233000.400.850.232.0774.3645.88
HexCC7B1E0285514204a2e
Octal31417336050125244011256
Binary1100110011110111111001010001010101101001000001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7B1E; }

 p { color: rgb(204,123,30); }

 H1.HeaderClassName
 {
   color: #CC7B1E;
 }
 .AnyTagClassName
 {
   color: #CC7B1E;
 }
</style>
background-color css

<style>
 a { background-color: #CC7B1E; }

 a { background-color: rgb(204,123,30); }

 div.DivClassName
 {
   background-color: #CC7B1E;
 }
 .BgClassName
 {
   background-color: #CC7B1E;
 }
</style>
border-color css

<style>
 span { border-color: #CC7B1E; }

 span { border-color: rgb(204,123,30); }

 td.TdClassName
 {
   border-color: #CC7B1E;
 }
 .TagClassName
 {
   border-color: #CC7B1E;
 }
</style>