Html Css Color HEX #C96426 Christine

📋 copy color: '#C96426'

red 201 ◦ green 100 ◦ blue 38

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

Shades of Christine #C96426

Tints of Christine #C96426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 59.29%
G = 29.5%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C96426 (or 0xC96426) is known color: Christine. HEX triplet: C9, 64 and 26. RGB value is (201,100,38). Sum of RGB (Red+Green+Blue) = 201+100+38=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C96426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96426 is #369BD9. Grayscale: #7B7B7B. Windows color (decimal): -3578842 or 2516169. OLE color: 2516169.

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

Color convert

RGB 201 100 38 -
CMYK 0 0.50 0.81 0.21
HSL 22.82º 0.68% 0.47% -
HSV(B) 22.82º 0.81% 0.79% -
XYZ 28.99 21.67 4.49 -
YUV 123.13 79.96 183.54 -
System Red Green Blue C M Y K H S L
Decimal 201 100 38 0 0.50 0.81 0.21 22.82 0.68 0.47
Hex C9 64 26 0 32 51 15 17 44 2F
Octal 311 144 46 0 62 121 25 27 104 57
Binary 11001001 1100100 100110 0 110010 1010001 10101 10111 1000100 101111

Color Harmonies of #C96426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96426

Black with #C96426

Text Example


Text Example

White with #C96426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96426; }

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

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

background-color css

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

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

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

border-color css

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

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

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