#CC8124

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

Shades of Ochre #CC8124

Tints of Ochre #CC8124

Color information

#CC8124 (or 0xCC8124) is unknown color: approx Ochre. HEX triplet: CC, 81 and 24. RGB value is (204,129,36). Sum of RGB (Red+Green+Blue) = 204+129+36=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8124 is #337EDB. Grayscale: #8D8D8D. Windows color (decimal): -3374812 or 2392524. OLE color: 2392524.

HSL color Cylindrical-coordinate representation of color #CC8124: hue angle of 33.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC8124 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB20412936-
CMYK00.370.820.2
HSL33.21º70%47.06%-
HSV(B)33.21º82.35%80%-
XYZ33.0728.675.46-
YUV140.8268.85173.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.28%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 36 (14.45% from 255) = 9.76%
R=55.28%
G=34.96%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041293600.370.820.233.217047.06
HexCC8124025521421462f
Octal31420144045122244110657
Binary110011001000000110010001001011010010101001000011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8124; }

 p { color: rgb(204,129,36); }

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

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

 a { background-color: rgb(204,129,36); }

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

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

 span { border-color: rgb(204,129,36); }

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