Html Css Color HEX #C97812 Ochre

📋 copy color: '#C97812'

red 201 ◦ green 120 ◦ blue 18

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

Shades of Ochre #C97812

Tints of Ochre #C97812

RGB

 RED value IS 201 (78.91% from 255) = 59.29%

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

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

R = 59.29%
G = 35.4%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C97812 (or 0xC97812) is known color: Ochre. HEX triplet: C9, 78 and 12. RGB value is (201,120,18). Sum of RGB (Red+Green+Blue) = 201+120+18=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C97812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97812 is #3687ED. Grayscale: #858585. Windows color (decimal): -3573742 or 1210569. OLE color: 1210569.

HSL color Cylindrical-coordinate representation of color #C97812: hue angle of 33.44º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C97812 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 120 18 -
CMYK 0 0.40 0.91 0.21
HSL 33.44º 0.84% 0.43% -
HSV(B) 33.44º 0.91% 0.79% -
XYZ 30.91 25.89 3.94 -
YUV 132.59 63.34 176.79 -
System Red Green Blue C M Y K H S L
Decimal 201 120 18 0 0.40 0.91 0.21 33.44 0.84 0.43
Hex C9 78 12 0 28 5B 15 21 54 2B
Octal 311 170 22 0 50 133 25 41 124 53
Binary 11001001 1111000 10010 0 101000 1011011 10101 100001 1010100 101011

Color Harmonies of #C97812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97812

Black with #C97812

Text Example


Text Example

White with #C97812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97812; }

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

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

background-color css

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

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

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

border-color css

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

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

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