Html Css Color HEX #CC7112 Ochre

📋 copy color: '#CC7112'

red 204 ◦ green 113 ◦ blue 18

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

Shades of Ochre #CC7112

Tints of Ochre #CC7112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 60.9%
G = 33.73%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC7112 (or 0xCC7112) is known color: Ochre. HEX triplet: CC, 71 and 12. RGB value is (204,113,18). Sum of RGB (Red+Green+Blue) = 204+113+18=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7112 is #338EED. Grayscale: #818181. Windows color (decimal): -3378926 or 1208780. OLE color: 1208780.

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

Color convert

RGB 204 113 18 -
CMYK 0 0.45 0.91 0.2
HSL 30.65º 0.84% 0.44% -
HSV(B) 30.65º 0.91% 0.8% -
XYZ 30.92 24.69 3.71 -
YUV 129.38 65.15 181.22 -
System Red Green Blue C M Y K H S L
Decimal 204 113 18 0 0.45 0.91 0.2 30.65 0.84 0.44
Hex CC 71 12 0 2D 5B 14 1F 54 2C
Octal 314 161 22 0 55 133 24 37 124 54
Binary 11001100 1110001 10010 0 101101 1011011 10100 11111 1010100 101100

Color Harmonies of #CC7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7112

Black with #CC7112

Text Example


Text Example

White with #CC7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7112; }

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

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

background-color css

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

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

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

border-color css

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

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

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