Html Css Color HEX #CC7712 Ochre

📋 copy color: '#CC7712'

red 204 ◦ green 119 ◦ blue 18

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

Shades of Ochre #CC7712

Tints of Ochre #CC7712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 59.82%
G = 34.9%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC7712 (or 0xCC7712) is known color: Ochre. HEX triplet: CC, 77 and 12. RGB value is (204,119,18). Sum of RGB (Red+Green+Blue) = 204+119+18=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7712 is #3388ED. Grayscale: #858585. Windows color (decimal): -3377390 or 1210316. OLE color: 1210316.

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

Color convert

RGB 204 119 18 -
CMYK 0 0.42 0.91 0.2
HSL 32.58º 0.84% 0.44% -
HSV(B) 32.58º 0.91% 0.8% -
XYZ 31.61 26.07 3.94 -
YUV 132.9 63.16 178.71 -
System Red Green Blue C M Y K H S L
Decimal 204 119 18 0 0.42 0.91 0.2 32.58 0.84 0.44
Hex CC 77 12 0 2A 5B 14 21 54 2C
Octal 314 167 22 0 52 133 24 41 124 54
Binary 11001100 1110111 10010 0 101010 1011011 10100 100001 1010100 101100

Color Harmonies of #CC7712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7712

Black with #CC7712

Text Example


Text Example

White with #CC7712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7712; }

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

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

background-color css

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

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

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

border-color css

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

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

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