Html Css Color HEX #C35259 Mandy

📋 copy color: '#C35259'

red 195 ◦ green 82 ◦ blue 89

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

Shades of Mandy #C35259

Tints of Mandy #C35259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.32%

R = 53.28%
G = 22.4%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C35259 (or 0xC35259) is known color: Mandy. HEX triplet: C3, 52 and 59. RGB value is (195,82,89). Sum of RGB (Red+Green+Blue) = 195+82+89=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C35259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35259 is #3CADA6. Grayscale: #747474. Windows color (decimal): -3976615 or 5853891. OLE color: 5853891.

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

Color convert

RGB 195 82 89 -
CMYK 0 0.58 0.54 0.24
HSL 356.28º 0.48% 0.54% -
HSV(B) 356.28º 0.58% 0.76% -
XYZ 27.33 18.36 11.55 -
YUV 116.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 195 82 89 0 0.58 0.54 0.24 356.28 0.48 0.54
Hex C3 52 59 0 3A 36 18 164 30 36
Octal 303 122 131 0 72 66 30 544 60 66
Binary 11000011 1010010 1011001 0 111010 110110 11000 101100100 110000 110110

Color Harmonies of #C35259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35259

Black with #C35259

Text Example


Text Example

White with #C35259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35259; }

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

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

background-color css

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

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

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

border-color css

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

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

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