Html Css Color HEX #C35562 Mandy

📋 copy color: '#C35562'

red 195 ◦ green 85 ◦ blue 98

#C35562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #C35562

Tints of Mandy #C35562

RGB

 RED value IS 195 (76.56% from 255) = 51.59%

 GREEN value IS 85 (33.59% from 255) = 22.49%

 BLUE value IS 98 (38.67% from 255) = 25.93%

R = 51.59%
G = 22.49%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C35562 (or 0xC35562) is known color: Mandy. HEX triplet: C3, 55 and 62. RGB value is (195,85,98). Sum of RGB (Red+Green+Blue) = 195+85+98=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C35562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35562 is #3CAA9D. Grayscale: #777777. Windows color (decimal): -3975838 or 6444483. OLE color: 6444483.

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

Color convert

RGB 195 85 98 -
CMYK 0 0.56 0.50 0.24
HSL 352.91º 0.48% 0.55% -
HSV(B) 352.91º 0.56% 0.76% -
XYZ 27.96 18.98 13.75 -
YUV 119.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 195 85 98 0 0.56 0.50 0.24 352.91 0.48 0.55
Hex C3 55 62 0 38 32 18 161 30 37
Octal 303 125 142 0 70 62 30 541 60 67
Binary 11000011 1010101 1100010 0 111000 110010 11000 101100001 110000 110111

Color Harmonies of #C35562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35562

Black with #C35562

Text Example


Text Example

White with #C35562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35562; }

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

 H1.HeaderClassName
 {
   color: #C35562;
 }
 .AnyTagClassName
 {
   color: #C35562;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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