Html Css Color HEX #CC8116 Ochre

📋 copy color: '#CC8116'

red 204 ◦ green 129 ◦ blue 22

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

Shades of Ochre #CC8116

Tints of Ochre #CC8116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 57.46%
G = 36.34%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC8116 (or 0xCC8116) is known color: Ochre. HEX triplet: CC, 81 and 16. RGB value is (204,129,22). Sum of RGB (Red+Green+Blue) = 204+129+22=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8116 is #337EE9. Grayscale: #8B8B8B. Windows color (decimal): -3374826 or 1475020. OLE color: 1475020.

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

Color convert

RGB 204 129 22 -
CMYK 0 0.37 0.89 0.2
HSL 35.27º 0.81% 0.44% -
HSV(B) 35.27º 0.89% 0.8% -
XYZ 32.9 28.6 4.54 -
YUV 139.23 61.85 174.2 -
System Red Green Blue C M Y K H S L
Decimal 204 129 22 0 0.37 0.89 0.2 35.27 0.81 0.44
Hex CC 81 16 0 25 59 14 23 51 2C
Octal 314 201 26 0 45 131 24 43 121 54
Binary 11001100 10000001 10110 0 100101 1011001 10100 100011 1010001 101100

Color Harmonies of #CC8116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8116

Black with #CC8116

Text Example


Text Example

White with #CC8116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8116; }

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

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

background-color css

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

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

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

border-color css

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

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

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