Html Css Color HEX #CC7812 Ochre

📋 copy color: '#CC7812'

red 204 ◦ green 120 ◦ blue 18

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

Shades of Ochre #CC7812

Tints of Ochre #CC7812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 59.65%
G = 35.09%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC7812 (or 0xCC7812) is known color: Ochre. HEX triplet: CC, 78 and 12. RGB value is (204,120,18). Sum of RGB (Red+Green+Blue) = 204+120+18=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7812 is #3387ED. Grayscale: #858585. Windows color (decimal): -3377134 or 1210572. OLE color: 1210572.

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

Color convert

RGB 204 120 18 -
CMYK 0 0.41 0.91 0.2
HSL 32.9º 0.84% 0.44% -
HSV(B) 32.9º 0.91% 0.8% -
XYZ 31.73 26.31 3.98 -
YUV 133.49 62.83 178.29 -
System Red Green Blue C M Y K H S L
Decimal 204 120 18 0 0.41 0.91 0.2 32.9 0.84 0.44
Hex CC 78 12 0 29 5B 14 21 54 2C
Octal 314 170 22 0 51 133 24 41 124 54
Binary 11001100 1111000 10010 0 101001 1011011 10100 100001 1010100 101100

Color Harmonies of #CC7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7812

Black with #CC7812

Text Example


Text Example

White with #CC7812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7812; }

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

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

background-color css

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

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

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

border-color css

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

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

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