#C26223

Color #C26223 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #C26223

Tints of Christine #C26223

Color information

#C26223 (or 0xC26223) is unknown color: approx Christine. HEX triplet: C2, 62 and 23. RGB value is (194,98,35). Sum of RGB (Red+Green+Blue) = 194+98+35=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C26223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26223 is #3D9DDC. Grayscale: #777777. Windows color (decimal): -4038109 or 2319042. OLE color: 2319042.

HSL color Cylindrical-coordinate representation of color #C26223: hue angle of 23.77º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C26223 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB1949835-
CMYK00.490.820.24
HSL23.77º69.43%44.9%-
HSV(B)23.77º81.96%76.08%-
XYZ26.9220.334.09-
YUV119.5280.3181.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.33%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 35 (14.06% from 255) = 10.70%
R=59.33%
G=29.97%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194983500.490.820.2423.7769.4344.9
HexC26223031521818452d
Octal30214243061122303010555
Binary1100001011000101000110110001101001011000110001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26223; }

 p { color: rgb(194,98,35); }

 H1.HeaderClassName
 {
   color: #C26223;
 }
 .AnyTagClassName
 {
   color: #C26223;
 }
</style>
background-color css

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

 a { background-color: rgb(194,98,35); }

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

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

 span { border-color: rgb(194,98,35); }

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