Html Css Color HEX #C35255 Mandy

📋 copy color: '#C35255'

red 195 ◦ green 82 ◦ blue 85

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

Shades of Mandy #C35255

Tints of Mandy #C35255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.48%

R = 53.87%
G = 22.65%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C35255 (or 0xC35255) is known color: Mandy. HEX triplet: C3, 52 and 55. RGB value is (195,82,85). Sum of RGB (Red+Green+Blue) = 195+82+85=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C35255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35255 is #3CADAA. Grayscale: #747474. Windows color (decimal): -3976619 or 5591747. OLE color: 5591747.

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

Color convert

RGB 195 82 85 -
CMYK 0 0.58 0.56 0.24
HSL 358.41º 0.48% 0.54% -
HSV(B) 358.41º 0.58% 0.76% -
XYZ 27.16 18.29 10.69 -
YUV 116.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 195 82 85 0 0.58 0.56 0.24 358.41 0.48 0.54
Hex C3 52 55 0 3A 38 18 166 30 36
Octal 303 122 125 0 72 70 30 546 60 66
Binary 11000011 1010010 1010101 0 111010 111000 11000 101100110 110000 110110

Color Harmonies of #C35255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35255

Black with #C35255

Text Example


Text Example

White with #C35255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35255; }

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

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

background-color css

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

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

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

border-color css

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

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

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