#CC7708

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

Shades of Ochre #CC7708

Tints of Ochre #CC7708

Color information

#CC7708 (or 0xCC7708) is unknown color: approx Ochre. HEX triplet: CC, 77 and 08. RGB value is (204,119,8). Sum of RGB (Red+Green+Blue) = 204+119+8=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7708 is #3388F7. Grayscale: #848484. Windows color (decimal): -3377400 or 554956. OLE color: 554956.

HSL color Cylindrical-coordinate representation of color #CC7708: hue angle of 33.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC7708 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB2041198-
CMYK00.420.960.2
HSL33.98º92.45%41.57%-
HSV(B)33.98º96.08%80%-
XYZ31.5426.053.6-
YUV131.7658.16179.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 8 (3.52% from 255) = 2.42%
R=61.63%
G=35.95%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204119800.420.960.233.9892.4541.57
HexCC77802A6014225c2a
Octal31416710052140244213452
Binary110011001110111100001010101100000101001000101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7708; }

 p { color: rgb(204,119,8); }

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

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

 a { background-color: rgb(204,119,8); }

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

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

 span { border-color: rgb(204,119,8); }

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