Html Css Color HEX #CC7616 Ochre

📋 copy color: '#CC7616'

red 204 ◦ green 118 ◦ blue 22

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

Shades of Ochre #CC7616

Tints of Ochre #CC7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 59.3%
G = 34.3%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7616 (or 0xCC7616) is known color: Ochre. HEX triplet: CC, 76 and 16. RGB value is (204,118,22). Sum of RGB (Red+Green+Blue) = 204+118+22=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7616 is #3389E9. Grayscale: #858585. Windows color (decimal): -3377642 or 1472204. OLE color: 1472204.

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

Color convert

RGB 204 118 22 -
CMYK 0 0.42 0.89 0.2
HSL 31.65º 0.81% 0.44% -
HSV(B) 31.65º 0.89% 0.8% -
XYZ 31.53 25.85 4.09 -
YUV 132.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 204 118 22 0 0.42 0.89 0.2 31.65 0.81 0.44
Hex CC 76 16 0 2A 59 14 20 51 2C
Octal 314 166 26 0 52 131 24 40 121 54
Binary 11001100 1110110 10110 0 101010 1011001 10100 100000 1010001 101100

Color Harmonies of #CC7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7616

Black with #CC7616

Text Example


Text Example

White with #CC7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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