Html Css Color HEX #C97F24 Ochre

📋 copy color: '#C97F24'

red 201 ◦ green 127 ◦ blue 36

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

Shades of Ochre #C97F24

Tints of Ochre #C97F24

RGB

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

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

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

R = 55.22%
G = 34.89%
B = 9.89%

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

#C97F24 (or 0xC97F24) is known color: Ochre. HEX triplet: C9, 7F and 24. RGB value is (201,127,36). Sum of RGB (Red+Green+Blue) = 201+127+36=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97F24 is #3680DB. Grayscale: #8B8B8B. Windows color (decimal): -3571932 or 2392009. OLE color: 2392009.

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

Color convert

RGB 201 127 36 -
CMYK 0 0.37 0.82 0.21
HSL 33.09º 0.7% 0.46% -
HSV(B) 33.09º 0.82% 0.79% -
XYZ 32 27.72 5.33 -
YUV 138.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 201 127 36 0 0.37 0.82 0.21 33.09 0.7 0.46
Hex C9 7F 24 0 25 52 15 21 46 2E
Octal 311 177 44 0 45 122 25 41 106 56
Binary 11001001 1111111 100100 0 100101 1010010 10101 100001 1000110 101110

Color Harmonies of #C97F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F24

Black with #C97F24

Text Example


Text Example

White with #C97F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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