Html Css Color HEX #C96029 Christine

📋 copy color: '#C96029'

red 201 ◦ green 96 ◦ blue 41

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

Shades of Christine #C96029

Tints of Christine #C96029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 41 (16.41% from 255) = 12.13%

R = 59.47%
G = 28.4%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C96029 (or 0xC96029) is known color: Christine. HEX triplet: C9, 60 and 29. RGB value is (201,96,41). Sum of RGB (Red+Green+Blue) = 201+96+41=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C96029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96029 is #369FD6. Grayscale: #797979. Windows color (decimal): -3579863 or 2711753. OLE color: 2711753.

HSL color Cylindrical-coordinate representation of color #C96029: hue angle of 20.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C96029 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 96 41 -
CMYK 0 0.52 0.80 0.21
HSL 20.63º 0.66% 0.47% -
HSV(B) 20.63º 0.8% 0.79% -
XYZ 28.67 20.94 4.63 -
YUV 121.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 201 96 41 0 0.52 0.80 0.21 20.63 0.66 0.47
Hex C9 60 29 0 34 50 15 15 42 2F
Octal 311 140 51 0 64 120 25 25 102 57
Binary 11001001 1100000 101001 0 110100 1010000 10101 10101 1000010 101111

Color Harmonies of #C96029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96029

Black with #C96029

Text Example


Text Example

White with #C96029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96029; }

 p { color: rgb(201,96,41); }

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

background-color css

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

 a { background-color: rgb(201,96,41); }

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

border-color css

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

 span { border-color: rgb(201,96,41); }

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