#C26229

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

Shades of Christine #C26229

Tints of Christine #C26229

Color information

#C26229 (or 0xC26229) is unknown color: approx Christine. HEX triplet: C2, 62 and 29. RGB value is (194,98,41). Sum of RGB (Red+Green+Blue) = 194+98+41=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C26229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26229 is #3D9DD6. Grayscale: #787878. Windows color (decimal): -4038103 or 2712258. OLE color: 2712258.

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

Color convert

RGB1949841-
CMYK00.490.790.24
HSL22.35º65.11%46.08%-
HSV(B)22.35º78.87%76.08%-
XYZ27.0220.364.6-
YUV120.2183.3180.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.26%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 41 (16.41% from 255) = 12.31%
R=58.26%
G=29.43%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194984100.490.790.2422.3565.1146.08
HexC262290314F1816412e
Octal30214251061117302610156
Binary1100001011000101010010110001100111111000101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26229; }

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

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

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

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

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

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

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

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