Html Css Color HEX #CC7111 Ochre

📋 copy color: '#CC7111'

red 204 ◦ green 113 ◦ blue 17

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

Shades of Ochre #CC7111

Tints of Ochre #CC7111

RGB

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

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

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

R = 61.08%
G = 33.83%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC7111 (or 0xCC7111) is known color: Ochre. HEX triplet: CC, 71 and 11. RGB value is (204,113,17). Sum of RGB (Red+Green+Blue) = 204+113+17=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7111 is #338EEE. Grayscale: #818181. Windows color (decimal): -3378927 or 1143244. OLE color: 1143244.

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

Color convert

RGB 204 113 17 -
CMYK 0 0.45 0.92 0.2
HSL 30.8º 0.85% 0.43% -
HSV(B) 30.8º 0.92% 0.8% -
XYZ 30.91 24.69 3.67 -
YUV 129.27 64.65 181.31 -
System Red Green Blue C M Y K H S L
Decimal 204 113 17 0 0.45 0.92 0.2 30.8 0.85 0.43
Hex CC 71 11 0 2D 5C 14 1F 55 2B
Octal 314 161 21 0 55 134 24 37 125 53
Binary 11001100 1110001 10001 0 101101 1011100 10100 11111 1010101 101011

Color Harmonies of #CC7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7111

Black with #CC7111

Text Example


Text Example

White with #CC7111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7111; }

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

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

background-color css

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

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

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

border-color css

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

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

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