Html Css Color HEX #C97E15 Ochre

📋 copy color: '#C97E15'

red 201 ◦ green 126 ◦ blue 21

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

Shades of Ochre #C97E15

Tints of Ochre #C97E15

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 57.76%
G = 36.21%
B = 6.03%

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

#C97E15 (or 0xC97E15) is known color: Ochre. HEX triplet: C9, 7E and 15. RGB value is (201,126,21). Sum of RGB (Red+Green+Blue) = 201+126+21=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97E15 is #3681EA. Grayscale: #888888. Windows color (decimal): -3572203 or 1408713. OLE color: 1408713.

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

Color convert

RGB 201 126 21 -
CMYK 0 0.37 0.90 0.21
HSL 35º 0.81% 0.44% -
HSV(B) 35º 0.9% 0.79% -
XYZ 31.68 27.39 4.33 -
YUV 136.46 62.85 174.04 -
System Red Green Blue C M Y K H S L
Decimal 201 126 21 0 0.37 0.90 0.21 35 0.81 0.44
Hex C9 7E 15 0 25 5A 15 23 51 2C
Octal 311 176 25 0 45 132 25 43 121 54
Binary 11001001 1111110 10101 0 100101 1011010 10101 100011 1010001 101100

Color Harmonies of #C97E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E15

Black with #C97E15

Text Example


Text Example

White with #C97E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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