#CC7D12

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

Shades of Ochre #CC7D12

Tints of Ochre #CC7D12

Color information

#CC7D12 (or 0xCC7D12) is unknown color: approx Ochre. HEX triplet: CC, 7D and 12. RGB value is (204,125,18). Sum of RGB (Red+Green+Blue) = 204+125+18=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D12 is #3382ED. Grayscale: #888888. Windows color (decimal): -3375854 or 1211852. OLE color: 1211852.

HSL color Cylindrical-coordinate representation of color #CC7D12: hue angle of 34.52º 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 #CC7D12 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB20412518-
CMYK00.390.910.2
HSL34.52º83.78%43.53%-
HSV(B)34.52º91.18%80%-
XYZ32.3427.554.18-
YUV136.4261.17176.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.79%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 18 (7.42% from 255) = 5.19%
R=58.79%
G=36.02%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041251800.390.910.234.5283.7843.53
HexCC7D120275B1423542c
Octal31417522047133244312454
Binary1100110011111011001001001111011011101001000111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D12; }

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

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

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

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

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

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

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

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