Html Css Color HEX #CC4558 Mandy

📋 copy color: '#CC4558'

red 204 ◦ green 69 ◦ blue 88

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

Shades of Mandy #CC4558

Tints of Mandy #CC4558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 56.51%
G = 19.11%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC4558 (or 0xCC4558) is known color: Mandy. HEX triplet: CC, 45 and 58. RGB value is (204,69,88). Sum of RGB (Red+Green+Blue) = 204+69+88=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4558 is #33BAA7. Grayscale: #6F6F6F. Windows color (decimal): -3390120 or 5785036. OLE color: 5785036.

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

Color convert

RGB 204 69 88 -
CMYK 0 0.66 0.57 0.2
HSL 351.56º 0.57% 0.54% -
HSV(B) 351.56º 0.66% 0.8% -
XYZ 28.79 17.8 11.15 -
YUV 111.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 204 69 88 0 0.66 0.57 0.2 351.56 0.57 0.54
Hex CC 45 58 0 42 39 14 160 39 36
Octal 314 105 130 0 102 71 24 540 71 66
Binary 11001100 1000101 1011000 0 1000010 111001 10100 101100000 111001 110110

Color Harmonies of #CC4558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4558

Black with #CC4558

Text Example


Text Example

White with #CC4558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4558; }

 p { color: rgb(204,69,88); }

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

background-color css

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

 a { background-color: rgb(204,69,88); }

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

border-color css

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

 span { border-color: rgb(204,69,88); }

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