#C26532

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

Shades of Christine #C26532

Tints of Christine #C26532

Color information

#C26532 (or 0xC26532) is unknown color: approx Christine. HEX triplet: C2, 65 and 32. RGB value is (194,101,50). Sum of RGB (Red+Green+Blue) = 194+101+50=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C26532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26532 is #3D9ACD. Grayscale: #7B7B7B. Windows color (decimal): -4037326 or 3302850. OLE color: 3302850.

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

Color convert

RGB19410150-
CMYK00.480.740.24
HSL21.25º59.02%47.84%-
HSV(B)21.25º74.23%76.08%-
XYZ27.4821.015.62-
YUV122.9986.81178.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 50 (19.92% from 255) = 14.49%
R=56.23%
G=29.28%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941015000.480.740.2421.2559.0247.84
HexC265320304A18153b30
Octal3021456206011230257360
Binary110000101100101110010011000010010101100010101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26532; }

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

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

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

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

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

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

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

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