#C26929

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

Shades of Christine #C26929

Tints of Christine #C26929

Color information

#C26929 (or 0xC26929) is unknown color: approx Christine. HEX triplet: C2, 69 and 29. RGB value is (194,105,41). Sum of RGB (Red+Green+Blue) = 194+105+41=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C26929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26929 is #3D96D6. Grayscale: #7C7C7C. Windows color (decimal): -4036311 or 2714050. OLE color: 2714050.

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

Color convert

RGB19410541-
CMYK00.460.790.24
HSL25.1º65.11%46.08%-
HSV(B)25.1º78.87%76.08%-
XYZ27.721.734.83-
YUV124.3280.99177.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=57.06%
G=30.88%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941054100.460.790.2425.165.1146.08
HexC2692902E4F1819412e
Octal30215151056117303110156
Binary1100001011010011010010101110100111111000110011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26929; }

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

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

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

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

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

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

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

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