Html Css Color HEX #CC4B60 Mandy

📋 copy color: '#CC4B60'

red 204 ◦ green 75 ◦ blue 96

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

Shades of Mandy #CC4B60

Tints of Mandy #CC4B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 54.4%
G = 20%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC4B60 (or 0xCC4B60) is known color: Mandy. HEX triplet: CC, 4B and 60. RGB value is (204,75,96). Sum of RGB (Red+Green+Blue) = 204+75+96=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4B60 is #33B49F. Grayscale: #747474. Windows color (decimal): -3388576 or 6310860. OLE color: 6310860.

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

Color convert

RGB 204 75 96 -
CMYK 0 0.63 0.53 0.2
HSL 350.23º 0.56% 0.55% -
HSV(B) 350.23º 0.63% 0.8% -
XYZ 29.53 18.71 13.12 -
YUV 115.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 204 75 96 0 0.63 0.53 0.2 350.23 0.56 0.55
Hex CC 4B 60 0 3F 35 14 15E 38 37
Octal 314 113 140 0 77 65 24 536 70 67
Binary 11001100 1001011 1100000 0 111111 110101 10100 101011110 111000 110111

Color Harmonies of #CC4B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B60

Black with #CC4B60

Text Example


Text Example

White with #CC4B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B60; }

 p { color: rgb(204,75,96); }

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

background-color css

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

 a { background-color: rgb(204,75,96); }

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

border-color css

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

 span { border-color: rgb(204,75,96); }

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