#C26129

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

Shades of Christine #C26129

Tints of Christine #C26129

Color information

#C26129 (or 0xC26129) is unknown color: approx Christine. HEX triplet: C2, 61 and 29. RGB value is (194,97,41). Sum of RGB (Red+Green+Blue) = 194+97+41=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C26129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26129 is #3D9ED6. Grayscale: #777777. Windows color (decimal): -4038359 or 2712002. OLE color: 2712002.

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

Color convert

RGB1949741-
CMYK00.500.790.24
HSL21.96º65.11%46.08%-
HSV(B)21.96º78.87%76.08%-
XYZ26.9220.184.57-
YUV119.6283.64181.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 41 (16.41% from 255) = 12.35%
R=58.43%
G=29.22%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194974100.500.790.2421.9665.1146.08
HexC261290324F1816412e
Octal30214151062117302610156
Binary1100001011000011010010110010100111111000101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26129; }

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

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

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

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

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

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

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

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