Html Css Color HEX #CC8212 Ochre

📋 copy color: '#CC8212'

red 204 ◦ green 130 ◦ blue 18

#CC8212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CC8212

Tints of Ochre #CC8212

RGB

 RED value IS 204 (80.08% from 255) = 57.95%

 GREEN value IS 130 (51.17% from 255) = 36.93%

 BLUE value IS 18 (7.42% from 255) = 5.11%

R = 57.95%
G = 36.93%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC8212 (or 0xCC8212) is known color: Ochre. HEX triplet: CC, 82 and 12. RGB value is (204,130,18). Sum of RGB (Red+Green+Blue) = 204+130+18=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8212 is #337DED. Grayscale: #8B8B8B. Windows color (decimal): -3374574 or 1213132. OLE color: 1213132.

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

Color convert

RGB 204 130 18 -
CMYK 0 0.36 0.91 0.2
HSL 36.13º 0.84% 0.44% -
HSV(B) 36.13º 0.91% 0.8% -
XYZ 32.99 28.85 4.4 -
YUV 139.36 59.52 174.11 -
System Red Green Blue C M Y K H S L
Decimal 204 130 18 0 0.36 0.91 0.2 36.13 0.84 0.44
Hex CC 82 12 0 24 5B 14 24 54 2C
Octal 314 202 22 0 44 133 24 44 124 54
Binary 11001100 10000010 10010 0 100100 1011011 10100 100100 1010100 101100

Color Harmonies of #CC8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8212

Black with #CC8212

Text Example


Text Example

White with #CC8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8212; }

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

 H1.HeaderClassName
 {
   color: #CC8212;
 }
 .AnyTagClassName
 {
   color: #CC8212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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