Html Css Color HEX #C96E1C Ochre

📋 copy color: '#C96E1C'

red 201 ◦ green 110 ◦ blue 28

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

Shades of Ochre #C96E1C

Tints of Ochre #C96E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 59.29%
G = 32.45%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C96E1C (or 0xC96E1C) is known color: Ochre. HEX triplet: C9, 6E and 1C. RGB value is (201,110,28). Sum of RGB (Red+Green+Blue) = 201+110+28=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E1C is #3691E3. Grayscale: #808080. Windows color (decimal): -3576292 or 1863369. OLE color: 1863369.

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

Color convert

RGB 201 110 28 -
CMYK 0 0.45 0.86 0.21
HSL 28.44º 0.76% 0.45% -
HSV(B) 28.44º 0.86% 0.79% -
XYZ 29.87 23.65 4.09 -
YUV 127.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 201 110 28 0 0.45 0.86 0.21 28.44 0.76 0.45
Hex C9 6E 1C 0 2D 56 15 1C 4C 2D
Octal 311 156 34 0 55 126 25 34 114 55
Binary 11001001 1101110 11100 0 101101 1010110 10101 11100 1001100 101101

Color Harmonies of #C96E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E1C

Black with #C96E1C

Text Example


Text Example

White with #C96E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E1C; }

 p { color: rgb(201,110,28); }

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

background-color css

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

 a { background-color: rgb(201,110,28); }

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

border-color css

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

 span { border-color: rgb(201,110,28); }

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