Html Css Color HEX #CC7211 Ochre

📋 copy color: '#CC7211'

red 204 ◦ green 114 ◦ blue 17

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

Shades of Ochre #CC7211

Tints of Ochre #CC7211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 60.9%
G = 34.03%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC7211 (or 0xCC7211) is known color: Ochre. HEX triplet: CC, 72 and 11. RGB value is (204,114,17). Sum of RGB (Red+Green+Blue) = 204+114+17=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7211 is #338DEE. Grayscale: #828282. Windows color (decimal): -3378671 or 1143500. OLE color: 1143500.

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

Color convert

RGB 204 114 17 -
CMYK 0 0.44 0.92 0.2
HSL 31.12º 0.85% 0.43% -
HSV(B) 31.12º 0.92% 0.8% -
XYZ 31.02 24.91 3.7 -
YUV 129.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 204 114 17 0 0.44 0.92 0.2 31.12 0.85 0.43
Hex CC 72 11 0 2C 5C 14 1F 55 2B
Octal 314 162 21 0 54 134 24 37 125 53
Binary 11001100 1110010 10001 0 101100 1011100 10100 11111 1010101 101011

Color Harmonies of #CC7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7211

Black with #CC7211

Text Example


Text Example

White with #CC7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7211; }

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

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

background-color css

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

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

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

border-color css

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

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

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