Html Css Color HEX #CC515E Mandy

📋 copy color: '#CC515E'

red 204 ◦ green 81 ◦ blue 94

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

Shades of Mandy #CC515E

Tints of Mandy #CC515E

RGB

 RED value IS 204 (80.08% from 255) = 53.83%

 GREEN value IS 81 (32.03% from 255) = 21.37%

 BLUE value IS 94 (37.11% from 255) = 24.8%

R = 53.83%
G = 21.37%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC515E (or 0xCC515E) is known color: Mandy. HEX triplet: CC, 51 and 5E. RGB value is (204,81,94). Sum of RGB (Red+Green+Blue) = 204+81+94=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC515E is #33AEA1. Grayscale: #777777. Windows color (decimal): -3387042 or 6181324. OLE color: 6181324.

HSL color Cylindrical-coordinate representation of color #CC515E: hue angle of 353.66º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC515E is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 94 -
CMYK 0 0.60 0.54 0.2
HSL 353.66º 0.55% 0.56% -
HSV(B) 353.66º 0.6% 0.8% -
XYZ 29.86 19.53 12.79 -
YUV 119.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 204 81 94 0 0.60 0.54 0.2 353.66 0.55 0.56
Hex CC 51 5E 0 3C 36 14 162 37 38
Octal 314 121 136 0 74 66 24 542 67 70
Binary 11001100 1010001 1011110 0 111100 110110 10100 101100010 110111 111000

Color Harmonies of #CC515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC515E

Black with #CC515E

Text Example


Text Example

White with #CC515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC515E; }

 p { color: rgb(204,81,94); }

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

background-color css

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

 a { background-color: rgb(204,81,94); }

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

border-color css

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

 span { border-color: rgb(204,81,94); }

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