Html Css Color HEX #CC4154 Mandy

📋 copy color: '#CC4154'

red 204 ◦ green 65 ◦ blue 84

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

Shades of Mandy #CC4154

Tints of Mandy #CC4154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 57.79%
G = 18.41%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC4154 (or 0xCC4154) is known color: Mandy. HEX triplet: CC, 41 and 54. RGB value is (204,65,84). Sum of RGB (Red+Green+Blue) = 204+65+84=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4154 is #33BEAB. Grayscale: #6C6C6C. Windows color (decimal): -3391148 or 5521868. OLE color: 5521868.

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

Color convert

RGB 204 65 84 -
CMYK 0 0.68 0.59 0.2
HSL 351.8º 0.58% 0.53% -
HSV(B) 351.8º 0.68% 0.8% -
XYZ 28.39 17.26 10.22 -
YUV 108.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 204 65 84 0 0.68 0.59 0.2 351.8 0.58 0.53
Hex CC 41 54 0 44 3B 14 160 3A 35
Octal 314 101 124 0 104 73 24 540 72 65
Binary 11001100 1000001 1010100 0 1000100 111011 10100 101100000 111010 110101

Color Harmonies of #CC4154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4154

Black with #CC4154

Text Example


Text Example

White with #CC4154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4154; }

 p { color: rgb(204,65,84); }

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

background-color css

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

 a { background-color: rgb(204,65,84); }

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

border-color css

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

 span { border-color: rgb(204,65,84); }

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