#C35F54

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

Shades of Sunglo #C35F54

Tints of Sunglo #C35F54

Color information

#C35F54 (or 0xC35F54) is unknown color: approx Sunglo. HEX triplet: C3, 5F and 54. RGB value is (195,95,84). Sum of RGB (Red+Green+Blue) = 195+95+84=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F54 is #3CA0AB. Grayscale: #7B7B7B. Windows color (decimal): -3973292 or 5529539. OLE color: 5529539.

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

Color convert

RGB1959584-
CMYK00.510.570.24
HSL5.95º48.05%54.71%-
HSV(B)5.95º56.92%76.47%-
XYZ28.220.4310.84-
YUV123.65105.63178.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=52.14%
G=25.40%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195958400.510.570.245.9548.0554.71
HexC35F54033391863037
Octal303137124063713066067
Binary1100001110111111010100011001111100111000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35F54; }

 p { color: rgb(195,95,84); }

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

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

 a { background-color: rgb(195,95,84); }

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

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

 span { border-color: rgb(195,95,84); }

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