Html Css Color HEX #CC405A Mandy

📋 copy color: '#CC405A'

red 204 ◦ green 64 ◦ blue 90

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

Shades of Mandy #CC405A

Tints of Mandy #CC405A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 56.98%
G = 17.88%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC405A (or 0xCC405A) is known color: Mandy. HEX triplet: CC, 40 and 5A. RGB value is (204,64,90). Sum of RGB (Red+Green+Blue) = 204+64+90=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC405A is #33BFA5. Grayscale: #6C6C6C. Windows color (decimal): -3391398 or 5914828. OLE color: 5914828.

HSL color Cylindrical-coordinate representation of color #CC405A: hue angle of 348.86º 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 #CC405A is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 90 -
CMYK 0 0.69 0.56 0.2
HSL 348.86º 0.58% 0.53% -
HSV(B) 348.86º 0.69% 0.8% -
XYZ 28.58 17.24 11.49 -
YUV 108.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 204 64 90 0 0.69 0.56 0.2 348.86 0.58 0.53
Hex CC 40 5A 0 45 38 14 15D 3A 35
Octal 314 100 132 0 105 70 24 535 72 65
Binary 11001100 1000000 1011010 0 1000101 111000 10100 101011101 111010 110101

Color Harmonies of #CC405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC405A

Black with #CC405A

Text Example


Text Example

White with #CC405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC405A; }

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

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

background-color css

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

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

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

border-color css

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

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

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