Html Css Color HEX #C35062 Mandy

📋 copy color: '#C35062'

red 195 ◦ green 80 ◦ blue 98

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

Shades of Mandy #C35062

Tints of Mandy #C35062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

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

R = 52.28%
G = 21.45%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C35062 (or 0xC35062) is known color: Mandy. HEX triplet: C3, 50 and 62. RGB value is (195,80,98). Sum of RGB (Red+Green+Blue) = 195+80+98=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C35062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35062 is #3CAF9D. Grayscale: #747474. Windows color (decimal): -3977118 or 6443203. OLE color: 6443203.

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

Color convert

RGB 195 80 98 -
CMYK 0 0.59 0.50 0.24
HSL 350.61º 0.49% 0.54% -
HSV(B) 350.61º 0.59% 0.76% -
XYZ 27.58 18.22 13.62 -
YUV 116.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 195 80 98 0 0.59 0.50 0.24 350.61 0.49 0.54
Hex C3 50 62 0 3B 32 18 15F 31 36
Octal 303 120 142 0 73 62 30 537 61 66
Binary 11000011 1010000 1100010 0 111011 110010 11000 101011111 110001 110110

Color Harmonies of #C35062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35062

Black with #C35062

Text Example


Text Example

White with #C35062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35062; }

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

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

background-color css

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

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

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

border-color css

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

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

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