Html Css Color HEX #C97F15 Ochre

📋 copy color: '#C97F15'

red 201 ◦ green 127 ◦ blue 21

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

Shades of Ochre #C97F15

Tints of Ochre #C97F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.02%

R = 57.59%
G = 36.39%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C97F15 (or 0xC97F15) is known color: Ochre. HEX triplet: C9, 7F and 15. RGB value is (201,127,21). Sum of RGB (Red+Green+Blue) = 201+127+21=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F15 is #3680EA. Grayscale: #898989. Windows color (decimal): -3571947 or 1408969. OLE color: 1408969.

HSL color Cylindrical-coordinate representation of color #C97F15: hue angle of 35.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C97F15 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 127 21 -
CMYK 0 0.37 0.90 0.21
HSL 35.33º 0.81% 0.44% -
HSV(B) 35.33º 0.9% 0.79% -
XYZ 31.81 27.65 4.37 -
YUV 137.04 62.52 173.62 -
System Red Green Blue C M Y K H S L
Decimal 201 127 21 0 0.37 0.90 0.21 35.33 0.81 0.44
Hex C9 7F 15 0 25 5A 15 23 51 2C
Octal 311 177 25 0 45 132 25 43 121 54
Binary 11001001 1111111 10101 0 100101 1011010 10101 100011 1010001 101100

Color Harmonies of #C97F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F15

Black with #C97F15

Text Example


Text Example

White with #C97F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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