#C35D52

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

Shades of Sunglo #C35D52

Tints of Sunglo #C35D52

Color information

#C35D52 (or 0xC35D52) is unknown color: approx Sunglo. HEX triplet: C3, 5D and 52. RGB value is (195,93,82). Sum of RGB (Red+Green+Blue) = 195+93+82=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D52 is #3CA2AD. Grayscale: #7A7A7A. Windows color (decimal): -3973806 or 5397955. OLE color: 5397955.

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

Color convert

RGB1959382-
CMYK00.520.580.24
HSL5.84º48.5%54.31%-
HSV(B)5.84º57.95%76.47%-
XYZ27.9420.0410.38-
YUV122.24105.29179.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.70%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=52.70%
G=25.14%
B=22.16%

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
Decimal195938200.520.580.245.8448.554.31
HexC35D520343A1863036
Octal303135122064723066066
Binary1100001110111011010010011010011101011000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D52; }

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

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

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

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

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

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

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

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