#C65A50

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

Shades of Sunglo #C65A50

Tints of Sunglo #C65A50

Color information

#C65A50 (or 0xC65A50) is unknown color: approx Sunglo. HEX triplet: C6, 5A and 50. RGB value is (198,90,80). Sum of RGB (Red+Green+Blue) = 198+90+80=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A50 is #39A5AF. Grayscale: #797979. Windows color (decimal): -3777968 or 5266118. OLE color: 5266118.

HSL color Cylindrical-coordinate representation of color #C65A50: hue angle of 5.08º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65A50 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB1989080-
CMYK00.550.600.22
HSL5.08º50.86%54.51%-
HSV(B)5.08º59.6%77.65%-
XYZ28.3919.99.93-
YUV121.15104.78182.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.80%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=53.80%
G=24.46%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198908000.550.600.225.0850.8654.51
HexC65A500373C1653337
Octal306132120067742656367
Binary1100011010110101010000011011111110010110101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A50; }

 p { color: rgb(198,90,80); }

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

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

 a { background-color: rgb(198,90,80); }

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

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

 span { border-color: rgb(198,90,80); }

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