Html Css Color HEX #C97218 Ochre

📋 copy color: '#C97218'

red 201 ◦ green 114 ◦ blue 24

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

Shades of Ochre #C97218

Tints of Ochre #C97218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

 BLUE value IS 24 (9.77% from 255) = 7.08%

R = 59.29%
G = 33.63%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C97218 (or 0xC97218) is known color: Ochre. HEX triplet: C9, 72 and 18. RGB value is (201,114,24). Sum of RGB (Red+Green+Blue) = 201+114+24=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C97218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97218 is #368DE7. Grayscale: #828282. Windows color (decimal): -3575272 or 1602249. OLE color: 1602249.

HSL color Cylindrical-coordinate representation of color #C97218: hue angle of 30.51º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C97218 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 114 24 -
CMYK 0 0.43 0.88 0.21
HSL 30.51º 0.79% 0.44% -
HSV(B) 30.51º 0.88% 0.79% -
XYZ 30.27 24.52 4 -
YUV 129.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 201 114 24 0 0.43 0.88 0.21 30.51 0.79 0.44
Hex C9 72 18 0 2B 58 15 1F 4F 2C
Octal 311 162 30 0 53 130 25 37 117 54
Binary 11001001 1110010 11000 0 101011 1011000 10101 11111 1001111 101100

Color Harmonies of #C97218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97218

Black with #C97218

Text Example


Text Example

White with #C97218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97218; }

 p { color: rgb(201,114,24); }

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

background-color css

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

 a { background-color: rgb(201,114,24); }

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

border-color css

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

 span { border-color: rgb(201,114,24); }

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