Html Css Color HEX #CC5058 Mandy

📋 copy color: '#CC5058'

red 204 ◦ green 80 ◦ blue 88

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

Shades of Mandy #CC5058

Tints of Mandy #CC5058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 54.84%
G = 21.51%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC5058 (or 0xCC5058) is known color: Mandy. HEX triplet: CC, 50 and 58. RGB value is (204,80,88). Sum of RGB (Red+Green+Blue) = 204+80+88=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5058 is #33AFA7. Grayscale: #767676. Windows color (decimal): -3387304 or 5787852. OLE color: 5787852.

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

Color convert

RGB 204 80 88 -
CMYK 0 0.61 0.57 0.2
HSL 356.13º 0.55% 0.56% -
HSV(B) 356.13º 0.61% 0.8% -
XYZ 29.53 19.28 11.4 -
YUV 117.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 204 80 88 0 0.61 0.57 0.2 356.13 0.55 0.56
Hex CC 50 58 0 3D 39 14 164 37 38
Octal 314 120 130 0 75 71 24 544 67 70
Binary 11001100 1010000 1011000 0 111101 111001 10100 101100100 110111 111000

Color Harmonies of #CC5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5058

Black with #CC5058

Text Example


Text Example

White with #CC5058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5058; }

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

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

background-color css

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

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

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

border-color css

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

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

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