Html Css Color HEX #C96226 Christine

📋 copy color: '#C96226'

red 201 ◦ green 98 ◦ blue 38

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

Shades of Christine #C96226

Tints of Christine #C96226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 59.64%
G = 29.08%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C96226 (or 0xC96226) is known color: Christine. HEX triplet: C9, 62 and 26. RGB value is (201,98,38). Sum of RGB (Red+Green+Blue) = 201+98+38=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C96226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96226 is #369DD9. Grayscale: #7A7A7A. Windows color (decimal): -3579354 or 2515657. OLE color: 2515657.

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

Color convert

RGB 201 98 38 -
CMYK 0 0.51 0.81 0.21
HSL 22.09º 0.68% 0.47% -
HSV(B) 22.09º 0.81% 0.79% -
XYZ 28.8 21.29 4.43 -
YUV 121.96 80.62 184.38 -
System Red Green Blue C M Y K H S L
Decimal 201 98 38 0 0.51 0.81 0.21 22.09 0.68 0.47
Hex C9 62 26 0 33 51 15 16 44 2F
Octal 311 142 46 0 63 121 25 26 104 57
Binary 11001001 1100010 100110 0 110011 1010001 10101 10110 1000100 101111

Color Harmonies of #C96226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96226

Black with #C96226

Text Example


Text Example

White with #C96226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96226; }

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

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

background-color css

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

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

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

border-color css

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

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

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