Html Css Color HEX #CC4658 Mandy

📋 copy color: '#CC4658'

red 204 ◦ green 70 ◦ blue 88

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

Shades of Mandy #CC4658

Tints of Mandy #CC4658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.34%

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

R = 56.35%
G = 19.34%
B = 24.31%

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

#CC4658 (or 0xCC4658) is known color: Mandy. HEX triplet: CC, 46 and 58. RGB value is (204,70,88). Sum of RGB (Red+Green+Blue) = 204+70+88=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4658 is #33B9A7. Grayscale: #707070. Windows color (decimal): -3389864 or 5785292. OLE color: 5785292.

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

Color convert

RGB 204 70 88 -
CMYK 0 0.66 0.57 0.2
HSL 351.94º 0.57% 0.54% -
HSV(B) 351.94º 0.66% 0.8% -
XYZ 28.85 17.92 11.17 -
YUV 112.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 204 70 88 0 0.66 0.57 0.2 351.94 0.57 0.54
Hex CC 46 58 0 42 39 14 160 39 36
Octal 314 106 130 0 102 71 24 540 71 66
Binary 11001100 1000110 1011000 0 1000010 111001 10100 101100000 111001 110110

Color Harmonies of #CC4658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4658

Black with #CC4658

Text Example


Text Example

White with #CC4658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4658; }

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

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

background-color css

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

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

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

border-color css

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

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

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