Html Css Color HEX #C35A62 Mandy

📋 copy color: '#C35A62'

red 195 ◦ green 90 ◦ blue 98

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

Shades of Mandy #C35A62

Tints of Mandy #C35A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 50.91%
G = 23.5%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C35A62 (or 0xC35A62) is known color: Mandy. HEX triplet: C3, 5A and 62. RGB value is (195,90,98). Sum of RGB (Red+Green+Blue) = 195+90+98=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A62 is #3CA59D. Grayscale: #7A7A7A. Windows color (decimal): -3974558 or 6445763. OLE color: 6445763.

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

Color convert

RGB 195 90 98 -
CMYK 0 0.54 0.50 0.24
HSL 355.43º 0.47% 0.56% -
HSV(B) 355.43º 0.54% 0.76% -
XYZ 28.37 19.8 13.88 -
YUV 122.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 195 90 98 0 0.54 0.50 0.24 355.43 0.47 0.56
Hex C3 5A 62 0 36 32 18 163 2F 38
Octal 303 132 142 0 66 62 30 543 57 70
Binary 11000011 1011010 1100010 0 110110 110010 11000 101100011 101111 111000

Color Harmonies of #C35A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A62

Black with #C35A62

Text Example


Text Example

White with #C35A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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