Html Css Color HEX #CC4E5D Mandy

📋 copy color: '#CC4E5D'

red 204 ◦ green 78 ◦ blue 93

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

Shades of Mandy #CC4E5D

Tints of Mandy #CC4E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.8%

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 54.4%
G = 20.8%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC4E5D (or 0xCC4E5D) is known color: Mandy. HEX triplet: CC, 4E and 5D. RGB value is (204,78,93). Sum of RGB (Red+Green+Blue) = 204+78+93=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4E5D is #33B1A2. Grayscale: #757575. Windows color (decimal): -3387811 or 6115020. OLE color: 6115020.

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

Color convert

RGB 204 78 93 -
CMYK 0 0.62 0.54 0.2
HSL 352.86º 0.55% 0.55% -
HSV(B) 352.86º 0.62% 0.8% -
XYZ 29.6 19.08 12.48 -
YUV 117.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 204 78 93 0 0.62 0.54 0.2 352.86 0.55 0.55
Hex CC 4E 5D 0 3E 36 14 161 37 37
Octal 314 116 135 0 76 66 24 541 67 67
Binary 11001100 1001110 1011101 0 111110 110110 10100 101100001 110111 110111

Color Harmonies of #CC4E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E5D

Black with #CC4E5D

Text Example


Text Example

White with #CC4E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E5D; }

 p { color: rgb(204,78,93); }

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

background-color css

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

 a { background-color: rgb(204,78,93); }

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

border-color css

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

 span { border-color: rgb(204,78,93); }

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