Html Css Color HEX #C97E24 Ochre

📋 copy color: '#C97E24'

red 201 ◦ green 126 ◦ blue 36

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

Shades of Ochre #C97E24

Tints of Ochre #C97E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.92%

R = 55.37%
G = 34.71%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C97E24 (or 0xC97E24) is known color: Ochre. HEX triplet: C9, 7E and 24. RGB value is (201,126,36). Sum of RGB (Red+Green+Blue) = 201+126+36=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E24 is #3681DB. Grayscale: #8A8A8A. Windows color (decimal): -3572188 or 2391753. OLE color: 2391753.

HSL color Cylindrical-coordinate representation of color #C97E24: hue angle of 32.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C97E24 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 126 36 -
CMYK 0 0.37 0.82 0.21
HSL 32.73º 0.7% 0.46% -
HSV(B) 32.73º 0.82% 0.79% -
XYZ 31.87 27.47 5.29 -
YUV 138.17 70.35 172.82 -
System Red Green Blue C M Y K H S L
Decimal 201 126 36 0 0.37 0.82 0.21 32.73 0.7 0.46
Hex C9 7E 24 0 25 52 15 21 46 2E
Octal 311 176 44 0 45 122 25 41 106 56
Binary 11001001 1111110 100100 0 100101 1010010 10101 100001 1000110 101110

Color Harmonies of #C97E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E24

Black with #C97E24

Text Example


Text Example

White with #C97E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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