#C35D54

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

Shades of Sunglo #C35D54

Tints of Sunglo #C35D54

Color information

#C35D54 (or 0xC35D54) is unknown color: approx Sunglo. HEX triplet: C3, 5D and 54. RGB value is (195,93,84). Sum of RGB (Red+Green+Blue) = 195+93+84=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D54 is #3CA2AB. Grayscale: #7A7A7A. Windows color (decimal): -3973804 or 5529027. OLE color: 5529027.

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

Color convert

RGB1959384-
CMYK00.520.570.24
HSL4.86º48.05%54.71%-
HSV(B)4.86º56.92%76.47%-
XYZ28.0220.0710.78-
YUV122.47106.29179.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 93 (36.72% from 255) = 25%
BLUE value IS 84 (33.20% from 255) = 22.58%
R=52.42%
G=25%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195938400.520.570.244.8648.0554.71
HexC35D54034391853037
Octal303135124064713056067
Binary1100001110111011010100011010011100111000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D54; }

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

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

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

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

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

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

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

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