Html Css Color HEX #C97615 Ochre

📋 copy color: '#C97615'

red 201 ◦ green 118 ◦ blue 21

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

Shades of Ochre #C97615

Tints of Ochre #C97615

RGB

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

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

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

R = 59.12%
G = 34.71%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C97615 (or 0xC97615) is known color: Ochre. HEX triplet: C9, 76 and 15. RGB value is (201,118,21). Sum of RGB (Red+Green+Blue) = 201+118+21=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C97615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97615 is #3689EA. Grayscale: #848484. Windows color (decimal): -3574251 or 1406665. OLE color: 1406665.

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

Color convert

RGB 201 118 21 -
CMYK 0 0.41 0.90 0.21
HSL 32.33º 0.81% 0.44% -
HSV(B) 32.33º 0.9% 0.79% -
XYZ 30.7 25.43 4 -
YUV 131.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 201 118 21 0 0.41 0.90 0.21 32.33 0.81 0.44
Hex C9 76 15 0 29 5A 15 20 51 2C
Octal 311 166 25 0 51 132 25 40 121 54
Binary 11001001 1110110 10101 0 101001 1011010 10101 100000 1010001 101100

Color Harmonies of #C97615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97615

Black with #C97615

Text Example


Text Example

White with #C97615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97615; }

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

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

background-color css

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

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

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

border-color css

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

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

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