Html Css Color HEX #C35260 Mandy

📋 copy color: '#C35260'

red 195 ◦ green 82 ◦ blue 96

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

Shades of Mandy #C35260

Tints of Mandy #C35260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 52.28%
G = 21.98%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C35260 (or 0xC35260) is known color: Mandy. HEX triplet: C3, 52 and 60. RGB value is (195,82,96). Sum of RGB (Red+Green+Blue) = 195+82+96=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C35260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35260 is #3CAD9F. Grayscale: #757575. Windows color (decimal): -3976608 or 6312643. OLE color: 6312643.

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

Color convert

RGB 195 82 96 -
CMYK 0 0.58 0.51 0.24
HSL 352.57º 0.48% 0.54% -
HSV(B) 352.57º 0.58% 0.76% -
XYZ 27.63 18.48 13.18 -
YUV 117.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 195 82 96 0 0.58 0.51 0.24 352.57 0.48 0.54
Hex C3 52 60 0 3A 33 18 161 30 36
Octal 303 122 140 0 72 63 30 541 60 66
Binary 11000011 1010010 1100000 0 111010 110011 11000 101100001 110000 110110

Color Harmonies of #C35260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35260

Black with #C35260

Text Example


Text Example

White with #C35260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35260; }

 p { color: rgb(195,82,96); }

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

background-color css

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

 a { background-color: rgb(195,82,96); }

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

border-color css

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

 span { border-color: rgb(195,82,96); }

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