#CC7812

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

Shades of Ochre #CC7812

Tints of Ochre #CC7812

Color information

#CC7812 (or 0xCC7812) is unknown color: approx Ochre. HEX triplet: CC, 78 and 12. RGB value is (204,120,18). Sum of RGB (Red+Green+Blue) = 204+120+18=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7812 is #3387ED. Grayscale: #858585. Windows color (decimal): -3377134 or 1210572. OLE color: 1210572.

HSL color Cylindrical-coordinate representation of color #CC7812: hue angle of 32.9º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC7812 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB20412018-
CMYK00.410.910.2
HSL32.9º83.78%43.53%-
HSV(B)32.9º91.18%80%-
XYZ31.7326.313.98-
YUV133.4962.83178.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.65%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 18 (7.42% from 255) = 5.26%
R=59.65%
G=35.09%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041201800.410.910.232.983.7843.53
HexCC78120295B1421542c
Octal31417022051133244112454
Binary1100110011110001001001010011011011101001000011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7812; }

 p { color: rgb(204,120,18); }

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

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

 a { background-color: rgb(204,120,18); }

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

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

 span { border-color: rgb(204,120,18); }

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