Html Css Color HEX #CC7222 Ochre

📋 copy color: '#CC7222'

red 204 ◦ green 114 ◦ blue 34

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

Shades of Ochre #CC7222

Tints of Ochre #CC7222

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

 BLUE value IS 34 (13.67% from 255) = 9.66%

R = 57.95%
G = 32.39%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7222 (or 0xCC7222) is known color: Ochre. HEX triplet: CC, 72 and 22. RGB value is (204,114,34). Sum of RGB (Red+Green+Blue) = 204+114+34=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7222 is #338DDD. Grayscale: #848484. Windows color (decimal): -3378654 or 2257612. OLE color: 2257612.

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

Color convert

RGB 204 114 34 -
CMYK 0 0.44 0.83 0.2
HSL 28.24º 0.71% 0.47% -
HSV(B) 28.24º 0.83% 0.8% -
XYZ 31.21 24.99 4.69 -
YUV 131.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 204 114 34 0 0.44 0.83 0.2 28.24 0.71 0.47
Hex CC 72 22 0 2C 53 14 1C 47 2F
Octal 314 162 42 0 54 123 24 34 107 57
Binary 11001100 1110010 100010 0 101100 1010011 10100 11100 1000111 101111

Color Harmonies of #CC7222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7222

Black with #CC7222

Text Example


Text Example

White with #CC7222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7222; }

 p { color: rgb(204,114,34); }

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

background-color css

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

 a { background-color: rgb(204,114,34); }

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

border-color css

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

 span { border-color: rgb(204,114,34); }

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