Html Css Color HEX #C96026 Christine

📋 copy color: '#C96026'

red 201 ◦ green 96 ◦ blue 38

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

Shades of Christine #C96026

Tints of Christine #C96026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.34%

R = 60%
G = 28.66%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C96026 (or 0xC96026) is known color: Christine. HEX triplet: C9, 60 and 26. RGB value is (201,96,38). Sum of RGB (Red+Green+Blue) = 201+96+38=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C96026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96026 is #369FD9. Grayscale: #797979. Windows color (decimal): -3579866 or 2515145. OLE color: 2515145.

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

Color convert

RGB 201 96 38 -
CMYK 0 0.52 0.81 0.21
HSL 21.35º 0.68% 0.47% -
HSV(B) 21.35º 0.81% 0.79% -
XYZ 28.62 20.92 4.36 -
YUV 120.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 201 96 38 0 0.52 0.81 0.21 21.35 0.68 0.47
Hex C9 60 26 0 34 51 15 15 44 2F
Octal 311 140 46 0 64 121 25 25 104 57
Binary 11001001 1100000 100110 0 110100 1010001 10101 10101 1000100 101111

Color Harmonies of #C96026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96026

Black with #C96026

Text Example


Text Example

White with #C96026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96026; }

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

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

background-color css

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

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

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

border-color css

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

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

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