#C35B62

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

Shades of Mandy #C35B62

Tints of Mandy #C35B62

Color information

#C35B62 (or 0xC35B62) is unknown color: approx Mandy. HEX triplet: C3, 5B and 62. RGB value is (195,91,98). Sum of RGB (Red+Green+Blue) = 195+91+98=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35B62 is #3CA49D. Grayscale: #7A7A7A. Windows color (decimal): -3974302 or 6446019. OLE color: 6446019.

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

Color convert

RGB1959198-
CMYK00.530.500.24
HSL355.96º46.43%56.08%-
HSV(B)355.96º53.33%76.47%-
XYZ28.4519.9713.91-
YUV122.89113.96179.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.78%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 98 (38.67% from 255) = 25.52%
R=50.78%
G=23.70%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195919800.530.500.24355.9646.4356.08
HexC35B6203532181642e38
Octal30313314206562305445670
Binary1100001110110111100010011010111001011000101100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35B62; }

 p { color: rgb(195,91,98); }

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

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

 a { background-color: rgb(195,91,98); }

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

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

 span { border-color: rgb(195,91,98); }

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