#C35C53

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

Shades of Sunglo #C35C53

Tints of Sunglo #C35C53

Color information

#C35C53 (or 0xC35C53) is unknown color: approx Sunglo. HEX triplet: C3, 5C and 53. RGB value is (195,92,83). Sum of RGB (Red+Green+Blue) = 195+92+83=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C53 is #3CA3AC. Grayscale: #797979. Windows color (decimal): -3974061 or 5463235. OLE color: 5463235.

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

Color convert

RGB1959283-
CMYK00.530.570.24
HSL4.82º48.28%54.51%-
HSV(B)4.82º57.44%76.47%-
XYZ27.8919.8810.55-
YUV121.77106.12180.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.70%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=52.70%
G=24.86%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195928300.530.570.244.8248.2854.51
HexC35C53035391853037
Octal303134123065713056067
Binary1100001110111001010011011010111100111000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35C53; }

 p { color: rgb(195,92,83); }

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

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

 a { background-color: rgb(195,92,83); }

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

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

 span { border-color: rgb(195,92,83); }

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