#c35d56

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

Shades of Sunglo #C35D56

Tints of Sunglo #C35D56

Color information

#C35D56 (or 0xC35D56) is unknown color: approx Sunglo. HEX triplet: C3, 5D and 56. RGB value is (195,93,86). Sum of RGB (Red+Green+Blue) = 195+93+86=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D56 is #3CA2A9. Grayscale: #7A7A7A. Windows color (decimal): -3973802 or 5660099. OLE color: 5660099.

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

Color convert

RGB1959386-
CMYK00.520.560.24
HSL3.85º47.6%55.1%-
HSV(B)3.85º55.9%76.47%-
XYZ28.120.111.2-
YUV122.7107.29179.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 86 (33.98% from 255) = 22.99%
R=52.14%
G=24.87%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195938600.520.560.243.8547.655.1
HexC35D56034381843037
Octal303135126064703046067
Binary1100001110111011010110011010011100011000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35d56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35d56; }

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

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

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

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

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

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

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

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