#c26d32

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

Shades of Christine #C26D32

Tints of Christine #C26D32

Color information

#C26D32 (or 0xC26D32) is unknown color: approx Christine. HEX triplet: C2, 6D and 32. RGB value is (194,109,50). Sum of RGB (Red+Green+Blue) = 194+109+50=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D32 is #3D92CD. Grayscale: #808080. Windows color (decimal): -4035278 or 3304898. OLE color: 3304898.

HSL color Cylindrical-coordinate representation of color #C26D32: hue angle of 24.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C26D32 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19410950-
CMYK00.440.740.24
HSL24.58º59.02%47.84%-
HSV(B)24.58º74.23%76.08%-
XYZ28.2922.645.9-
YUV127.6984.16175.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.96%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 50 (19.92% from 255) = 14.16%
R=54.96%
G=30.88%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941095000.440.740.2424.5859.0247.84
HexC26D3202C4A18193b30
Octal3021556205411230317360
Binary110000101101101110010010110010010101100011001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c26d32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c26d32; }

 p { color: rgb(194,109,50); }

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

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

 a { background-color: rgb(194,109,50); }

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

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

 span { border-color: rgb(194,109,50); }

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