Html Css Color HEX #C35D62 Mandy

📋 copy color: '#C35D62'

red 195 ◦ green 93 ◦ blue 98

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

Shades of Mandy #C35D62

Tints of Mandy #C35D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

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

R = 50.52%
G = 24.09%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C35D62 (or 0xC35D62) is known color: Mandy. HEX triplet: C3, 5D and 62. RGB value is (195,93,98). Sum of RGB (Red+Green+Blue) = 195+93+98=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D62 is #3CA29D. Grayscale: #7C7C7C. Windows color (decimal): -3973790 or 6446531. OLE color: 6446531.

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

Color convert

RGB 195 93 98 -
CMYK 0 0.52 0.50 0.24
HSL 357.06º 0.46% 0.56% -
HSV(B) 357.06º 0.52% 0.76% -
XYZ 28.62 20.31 13.97 -
YUV 124.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 195 93 98 0 0.52 0.50 0.24 357.06 0.46 0.56
Hex C3 5D 62 0 34 32 18 165 2E 38
Octal 303 135 142 0 64 62 30 545 56 70
Binary 11000011 1011101 1100010 0 110100 110010 11000 101100101 101110 111000

Color Harmonies of #C35D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D62

Black with #C35D62

Text Example


Text Example

White with #C35D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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