Html Css Color HEX #C96F18 Ochre

📋 copy color: '#C96F18'

red 201 ◦ green 111 ◦ blue 24

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

Shades of Ochre #C96F18

Tints of Ochre #C96F18

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 59.82%
G = 33.04%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C96F18 (or 0xC96F18) is known color: Ochre. HEX triplet: C9, 6F and 18. RGB value is (201,111,24). Sum of RGB (Red+Green+Blue) = 201+111+24=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96F18 is #3690E7. Grayscale: #808080. Windows color (decimal): -3576040 or 1601481. OLE color: 1601481.

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

Color convert

RGB 201 111 24 -
CMYK 0 0.45 0.88 0.21
HSL 29.49º 0.79% 0.44% -
HSV(B) 29.49º 0.88% 0.79% -
XYZ 29.94 23.85 3.89 -
YUV 127.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 201 111 24 0 0.45 0.88 0.21 29.49 0.79 0.44
Hex C9 6F 18 0 2D 58 15 1D 4F 2C
Octal 311 157 30 0 55 130 25 35 117 54
Binary 11001001 1101111 11000 0 101101 1011000 10101 11101 1001111 101100

Color Harmonies of #C96F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F18

Black with #C96F18

Text Example


Text Example

White with #C96F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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