#C2655B

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

Shades of Sunglo #C2655B

Tints of Sunglo #C2655B

Color information

#C2655B (or 0xC2655B) is unknown color: approx Sunglo. HEX triplet: C2, 65 and 5B. RGB value is (194,101,91). Sum of RGB (Red+Green+Blue) = 194+101+91=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2655B is #3D9AA4. Grayscale: #7F7F7F. Windows color (decimal): -4037285 or 5989826. OLE color: 5989826.

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

Color convert

RGB19410191-
CMYK00.480.530.24
HSL5.83º45.78%55.88%-
HSV(B)5.83º53.09%76.08%-
XYZ28.7921.5312.54-
YUV127.67107.31175.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=50.26%
G=26.17%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941019100.480.530.245.8345.7855.88
HexC2655B030351862e38
Octal302145133060653065670
Binary1100001011001011011011011000011010111000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2655B; }

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

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

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

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

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

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

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

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