Html Css Color HEX #C35262 Mandy

📋 copy color: '#C35262'

red 195 ◦ green 82 ◦ blue 98

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

Shades of Mandy #C35262

Tints of Mandy #C35262

RGB

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

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

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

R = 52%
G = 21.87%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C35262 (or 0xC35262) is known color: Mandy. HEX triplet: C3, 52 and 62. RGB value is (195,82,98). Sum of RGB (Red+Green+Blue) = 195+82+98=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C35262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35262 is #3CAD9D. Grayscale: #757575. Windows color (decimal): -3976606 or 6443715. OLE color: 6443715.

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

Color convert

RGB 195 82 98 -
CMYK 0 0.58 0.50 0.24
HSL 351.5º 0.48% 0.54% -
HSV(B) 351.5º 0.58% 0.76% -
XYZ 27.73 18.52 13.67 -
YUV 117.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 195 82 98 0 0.58 0.50 0.24 351.5 0.48 0.54
Hex C3 52 62 0 3A 32 18 160 30 36
Octal 303 122 142 0 72 62 30 540 60 66
Binary 11000011 1010010 1100010 0 111010 110010 11000 101100000 110000 110110

Color Harmonies of #C35262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35262

Black with #C35262

Text Example


Text Example

White with #C35262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35262; }

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

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

background-color css

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

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

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

border-color css

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

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

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