Html Css Color HEX #CC425B Mandy

📋 copy color: '#CC425B'

red 204 ◦ green 66 ◦ blue 91

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

Shades of Mandy #CC425B

Tints of Mandy #CC425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 56.51%
G = 18.28%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC425B (or 0xCC425B) is known color: Mandy. HEX triplet: CC, 42 and 5B. RGB value is (204,66,91). Sum of RGB (Red+Green+Blue) = 204+66+91=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC425B is #33BDA4. Grayscale: #6E6E6E. Windows color (decimal): -3390885 or 5980876. OLE color: 5980876.

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

Color convert

RGB 204 66 91 -
CMYK 0 0.68 0.55 0.2
HSL 349.13º 0.58% 0.53% -
HSV(B) 349.13º 0.68% 0.8% -
XYZ 28.74 17.49 11.76 -
YUV 110.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 204 66 91 0 0.68 0.55 0.2 349.13 0.58 0.53
Hex CC 42 5B 0 44 37 14 15D 3A 35
Octal 314 102 133 0 104 67 24 535 72 65
Binary 11001100 1000010 1011011 0 1000100 110111 10100 101011101 111010 110101

Color Harmonies of #CC425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC425B

Black with #CC425B

Text Example


Text Example

White with #CC425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC425B; }

 p { color: rgb(204,66,91); }

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

background-color css

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

 a { background-color: rgb(204,66,91); }

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

border-color css

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

 span { border-color: rgb(204,66,91); }

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