Html Css Color HEX #C97815 Ochre

📋 copy color: '#C97815'

red 201 ◦ green 120 ◦ blue 21

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

Shades of Ochre #C97815

Tints of Ochre #C97815

RGB

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

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

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

R = 58.77%
G = 35.09%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C97815 (or 0xC97815) is known color: Ochre. HEX triplet: C9, 78 and 15. RGB value is (201,120,21). Sum of RGB (Red+Green+Blue) = 201+120+21=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C97815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97815 is #3687EA. Grayscale: #858585. Windows color (decimal): -3573739 or 1407177. OLE color: 1407177.

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

Color convert

RGB 201 120 21 -
CMYK 0 0.40 0.90 0.21
HSL 33º 0.81% 0.44% -
HSV(B) 33º 0.9% 0.79% -
XYZ 30.94 25.9 4.08 -
YUV 132.93 64.84 176.55 -
System Red Green Blue C M Y K H S L
Decimal 201 120 21 0 0.40 0.90 0.21 33 0.81 0.44
Hex C9 78 15 0 28 5A 15 21 51 2C
Octal 311 170 25 0 50 132 25 41 121 54
Binary 11001001 1111000 10101 0 101000 1011010 10101 100001 1010001 101100

Color Harmonies of #C97815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97815

Black with #C97815

Text Example


Text Example

White with #C97815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97815; }

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

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

background-color css

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

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

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

border-color css

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

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

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