Html Css Color HEX #C97F12 Ochre

📋 copy color: '#C97F12'

red 201 ◦ green 127 ◦ blue 18

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

Shades of Ochre #C97F12

Tints of Ochre #C97F12

RGB

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

 GREEN value IS 127 (50% from 255) = 36.71%

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

R = 58.09%
G = 36.71%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C97F12 (or 0xC97F12) is known color: Ochre. HEX triplet: C9, 7F and 12. RGB value is (201,127,18). Sum of RGB (Red+Green+Blue) = 201+127+18=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F12 is #3680ED. Grayscale: #898989. Windows color (decimal): -3571950 or 1212361. OLE color: 1212361.

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

Color convert

RGB 201 127 18 -
CMYK 0 0.37 0.91 0.21
HSL 35.74º 0.84% 0.43% -
HSV(B) 35.74º 0.91% 0.79% -
XYZ 31.79 27.64 4.23 -
YUV 136.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 201 127 18 0 0.37 0.91 0.21 35.74 0.84 0.43
Hex C9 7F 12 0 25 5B 15 24 54 2B
Octal 311 177 22 0 45 133 25 44 124 53
Binary 11001001 1111111 10010 0 100101 1011011 10101 100100 1010100 101011

Color Harmonies of #C97F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F12

Black with #C97F12

Text Example


Text Example

White with #C97F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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