Html Css Color HEX #C97324 Ochre

📋 copy color: '#C97324'

red 201 ◦ green 115 ◦ blue 36

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

Shades of Ochre #C97324

Tints of Ochre #C97324

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

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

R = 57.1%
G = 32.67%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C97324 (or 0xC97324) is known color: Ochre. HEX triplet: C9, 73 and 24. RGB value is (201,115,36). Sum of RGB (Red+Green+Blue) = 201+115+36=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C97324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97324 is #368CDB. Grayscale: #848484. Windows color (decimal): -3575004 or 2388937. OLE color: 2388937.

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

Color convert

RGB 201 115 36 -
CMYK 0 0.43 0.82 0.21
HSL 28.73º 0.7% 0.46% -
HSV(B) 28.73º 0.82% 0.79% -
XYZ 30.54 24.81 4.85 -
YUV 131.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 201 115 36 0 0.43 0.82 0.21 28.73 0.7 0.46
Hex C9 73 24 0 2B 52 15 1D 46 2E
Octal 311 163 44 0 53 122 25 35 106 56
Binary 11001001 1110011 100100 0 101011 1010010 10101 11101 1000110 101110

Color Harmonies of #C97324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97324

Black with #C97324

Text Example


Text Example

White with #C97324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97324; }

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

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

background-color css

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

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

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

border-color css

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

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

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