Html Css Color HEX #CC4050 Mandy

📋 copy color: '#CC4050'

red 204 ◦ green 64 ◦ blue 80

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

Shades of Mandy #CC4050

Tints of Mandy #CC4050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 58.62%
G = 18.39%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC4050 (or 0xCC4050) is known color: Mandy. HEX triplet: CC, 40 and 50. RGB value is (204,64,80). Sum of RGB (Red+Green+Blue) = 204+64+80=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4050 is #33BFAF. Grayscale: #6B6B6B. Windows color (decimal): -3391408 or 5259468. OLE color: 5259468.

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

Color convert

RGB 204 64 80 -
CMYK 0 0.69 0.61 0.2
HSL 353.14º 0.58% 0.53% -
HSV(B) 353.14º 0.69% 0.8% -
XYZ 28.18 17.08 9.4 -
YUV 107.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 204 64 80 0 0.69 0.61 0.2 353.14 0.58 0.53
Hex CC 40 50 0 45 3D 14 161 3A 35
Octal 314 100 120 0 105 75 24 541 72 65
Binary 11001100 1000000 1010000 0 1000101 111101 10100 101100001 111010 110101

Color Harmonies of #CC4050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4050

Black with #CC4050

Text Example


Text Example

White with #CC4050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4050; }

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

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

background-color css

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

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

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

border-color css

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

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

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