Html Css Color HEX #CC7311 Ochre

📋 copy color: '#CC7311'

red 204 ◦ green 115 ◦ blue 17

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

Shades of Ochre #CC7311

Tints of Ochre #CC7311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

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

R = 60.71%
G = 34.23%
B = 5.06%

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

#CC7311 (or 0xCC7311) is known color: Ochre. HEX triplet: CC, 73 and 11. RGB value is (204,115,17). Sum of RGB (Red+Green+Blue) = 204+115+17=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7311 is #338CEE. Grayscale: #828282. Windows color (decimal): -3378415 or 1143756. OLE color: 1143756.

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

Color convert

RGB 204 115 17 -
CMYK 0 0.44 0.92 0.2
HSL 31.44º 0.85% 0.43% -
HSV(B) 31.44º 0.92% 0.8% -
XYZ 31.13 25.14 3.74 -
YUV 130.44 63.99 180.47 -
System Red Green Blue C M Y K H S L
Decimal 204 115 17 0 0.44 0.92 0.2 31.44 0.85 0.43
Hex CC 73 11 0 2C 5C 14 1F 55 2B
Octal 314 163 21 0 54 134 24 37 125 53
Binary 11001100 1110011 10001 0 101100 1011100 10100 11111 1010101 101011

Color Harmonies of #CC7311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7311

Black with #CC7311

Text Example


Text Example

White with #CC7311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7311; }

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

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

background-color css

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

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

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

border-color css

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

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

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