Html Css Color HEX #C97D24 Ochre

📋 copy color: '#C97D24'

red 201 ◦ green 125 ◦ blue 36

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

Shades of Ochre #C97D24

Tints of Ochre #C97D24

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

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

R = 55.52%
G = 34.53%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C97D24 (or 0xC97D24) is known color: Ochre. HEX triplet: C9, 7D and 24. RGB value is (201,125,36). Sum of RGB (Red+Green+Blue) = 201+125+36=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D24 is #3682DB. Grayscale: #8A8A8A. Windows color (decimal): -3572444 or 2391497. OLE color: 2391497.

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

Color convert

RGB 201 125 36 -
CMYK 0 0.38 0.82 0.21
HSL 32.36º 0.7% 0.46% -
HSV(B) 32.36º 0.82% 0.79% -
XYZ 31.74 27.21 5.25 -
YUV 137.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 201 125 36 0 0.38 0.82 0.21 32.36 0.7 0.46
Hex C9 7D 24 0 26 52 15 20 46 2E
Octal 311 175 44 0 46 122 25 40 106 56
Binary 11001001 1111101 100100 0 100110 1010010 10101 100000 1000110 101110

Color Harmonies of #C97D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D24

Black with #C97D24

Text Example


Text Example

White with #C97D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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