Html Css Color HEX #C97612 Ochre

📋 copy color: '#C97612'

red 201 ◦ green 118 ◦ blue 18

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

Shades of Ochre #C97612

Tints of Ochre #C97612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.01%

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

R = 59.64%
G = 35.01%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C97612 (or 0xC97612) is known color: Ochre. HEX triplet: C9, 76 and 12. RGB value is (201,118,18). Sum of RGB (Red+Green+Blue) = 201+118+18=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C97612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97612 is #3689ED. Grayscale: #838383. Windows color (decimal): -3574254 or 1210057. OLE color: 1210057.

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

Color convert

RGB 201 118 18 -
CMYK 0 0.41 0.91 0.21
HSL 32.79º 0.84% 0.43% -
HSV(B) 32.79º 0.91% 0.79% -
XYZ 30.68 25.42 3.86 -
YUV 131.42 64 177.63 -
System Red Green Blue C M Y K H S L
Decimal 201 118 18 0 0.41 0.91 0.21 32.79 0.84 0.43
Hex C9 76 12 0 29 5B 15 21 54 2B
Octal 311 166 22 0 51 133 25 41 124 53
Binary 11001001 1110110 10010 0 101001 1011011 10101 100001 1010100 101011

Color Harmonies of #C97612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97612

Black with #C97612

Text Example


Text Example

White with #C97612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97612; }

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

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

background-color css

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

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

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

border-color css

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

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

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