#C35E52

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

Shades of Sunglo #C35E52

Tints of Sunglo #C35E52

Color information

#C35E52 (or 0xC35E52) is unknown color: approx Sunglo. HEX triplet: C3, 5E and 52. RGB value is (195,94,82). Sum of RGB (Red+Green+Blue) = 195+94+82=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E52 is #3CA1AD. Grayscale: #7A7A7A. Windows color (decimal): -3973550 or 5398211. OLE color: 5398211.

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

Color convert

RGB1959482-
CMYK00.520.580.24
HSL6.37º48.5%54.31%-
HSV(B)6.37º57.95%76.47%-
XYZ28.0320.2210.41-
YUV122.83104.96179.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=52.56%
G=25.34%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195948200.520.580.246.3748.554.31
HexC35E520343A1863036
Octal303136122064723066066
Binary1100001110111101010010011010011101011000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35E52; }

 p { color: rgb(195,94,82); }

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

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

 a { background-color: rgb(195,94,82); }

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

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

 span { border-color: rgb(195,94,82); }

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