Html Css Color HEX #CC405D Mandy

📋 copy color: '#CC405D'

red 204 ◦ green 64 ◦ blue 93

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

Shades of Mandy #CC405D

Tints of Mandy #CC405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 56.51%
G = 17.73%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC405D (or 0xCC405D) is known color: Mandy. HEX triplet: CC, 40 and 5D. RGB value is (204,64,93). Sum of RGB (Red+Green+Blue) = 204+64+93=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC405D is #33BFA2. Grayscale: #6D6D6D. Windows color (decimal): -3391395 or 6111436. OLE color: 6111436.

HSL color Cylindrical-coordinate representation of color #CC405D: hue angle of 347.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC405D is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 93 -
CMYK 0 0.69 0.54 0.2
HSL 347.57º 0.58% 0.53% -
HSV(B) 347.57º 0.69% 0.8% -
XYZ 28.71 17.29 12.18 -
YUV 109.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 204 64 93 0 0.69 0.54 0.2 347.57 0.58 0.53
Hex CC 40 5D 0 45 36 14 15C 3A 35
Octal 314 100 135 0 105 66 24 534 72 65
Binary 11001100 1000000 1011101 0 1000101 110110 10100 101011100 111010 110101

Color Harmonies of #CC405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC405D

Black with #CC405D

Text Example


Text Example

White with #CC405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC405D; }

 p { color: rgb(204,64,93); }

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

background-color css

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

 a { background-color: rgb(204,64,93); }

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

border-color css

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

 span { border-color: rgb(204,64,93); }

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