Html Css Color HEX #C96F19 Ochre

📋 copy color: '#C96F19'

red 201 ◦ green 111 ◦ blue 25

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

Shades of Ochre #C96F19

Tints of Ochre #C96F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.42%

R = 59.64%
G = 32.94%
B = 7.42%

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

#C96F19 (or 0xC96F19) is known color: Ochre. HEX triplet: C9, 6F and 19. RGB value is (201,111,25). Sum of RGB (Red+Green+Blue) = 201+111+25=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96F19 is #3690E6. Grayscale: #808080. Windows color (decimal): -3576039 or 1667017. OLE color: 1667017.

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

Color convert

RGB 201 111 25 -
CMYK 0 0.45 0.88 0.21
HSL 29.32º 0.78% 0.44% -
HSV(B) 29.32º 0.88% 0.79% -
XYZ 29.95 23.86 3.95 -
YUV 128.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 201 111 25 0 0.45 0.88 0.21 29.32 0.78 0.44
Hex C9 6F 19 0 2D 58 15 1D 4E 2C
Octal 311 157 31 0 55 130 25 35 116 54
Binary 11001001 1101111 11001 0 101101 1011000 10101 11101 1001110 101100

Color Harmonies of #C96F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F19

Black with #C96F19

Text Example


Text Example

White with #C96F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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