Html Css Color HEX #C95462 Mandy

📋 copy color: '#C95462'

red 201 ◦ green 84 ◦ blue 98

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

Shades of Mandy #C95462

Tints of Mandy #C95462

RGB

 RED value IS 201 (78.91% from 255) = 52.48%

 GREEN value IS 84 (33.2% from 255) = 21.93%

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

R = 52.48%
G = 21.93%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C95462 (or 0xC95462) is known color: Mandy. HEX triplet: C9, 54 and 62. RGB value is (201,84,98). Sum of RGB (Red+Green+Blue) = 201+84+98=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C95462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95462 is #36AB9D. Grayscale: #787878. Windows color (decimal): -3582878 or 6444233. OLE color: 6444233.

HSL color Cylindrical-coordinate representation of color #C95462: hue angle of 352.82º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95462 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 84 98 -
CMYK 0 0.58 0.51 0.21
HSL 352.82º 0.52% 0.56% -
HSV(B) 352.82º 0.58% 0.79% -
XYZ 29.46 19.64 13.79 -
YUV 120.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 201 84 98 0 0.58 0.51 0.21 352.82 0.52 0.56
Hex C9 54 62 0 3A 33 15 161 34 38
Octal 311 124 142 0 72 63 25 541 64 70
Binary 11001001 1010100 1100010 0 111010 110011 10101 101100001 110100 111000

Color Harmonies of #C95462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95462

Black with #C95462

Text Example


Text Example

White with #C95462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95462; }

 p { color: rgb(201,84,98); }

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

background-color css

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

 a { background-color: rgb(201,84,98); }

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

border-color css

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

 span { border-color: rgb(201,84,98); }

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