#C26635

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

Shades of Christine #C26635

Tints of Christine #C26635

Color information

#C26635 (or 0xC26635) is unknown color: approx Christine. HEX triplet: C2, 66 and 35. RGB value is (194,102,53). Sum of RGB (Red+Green+Blue) = 194+102+53=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C26635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26635 is #3D99CA. Grayscale: #7C7C7C. Windows color (decimal): -4037067 or 3499714. OLE color: 3499714.

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

Color convert

RGB19410253-
CMYK00.470.730.24
HSL20.85º57.09%48.43%-
HSV(B)20.85º72.68%76.08%-
XYZ27.6421.236.01-
YUV123.9287.98177.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.59%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 53 (21.09% from 255) = 15.19%
R=55.59%
G=29.23%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941025300.470.730.2420.8557.0948.43
HexC2663502F4918153930
Octal3021466505711130257160
Binary110000101100110110101010111110010011100010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26635; }

 p { color: rgb(194,102,53); }

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

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

 a { background-color: rgb(194,102,53); }

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

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

 span { border-color: rgb(194,102,53); }

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