Html Css Color HEX #CC4150 Mandy

📋 copy color: '#CC4150'

red 204 ◦ green 65 ◦ blue 80

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

Shades of Mandy #CC4150

Tints of Mandy #CC4150

RGB

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

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

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

R = 58.45%
G = 18.62%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC4150 (or 0xCC4150) is known color: Mandy. HEX triplet: CC, 41 and 50. RGB value is (204,65,80). Sum of RGB (Red+Green+Blue) = 204+65+80=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4150 is #33BEAF. Grayscale: #6C6C6C. Windows color (decimal): -3391152 or 5259724. OLE color: 5259724.

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

Color convert

RGB 204 65 80 -
CMYK 0 0.68 0.61 0.2
HSL 353.53º 0.58% 0.53% -
HSV(B) 353.53º 0.68% 0.8% -
XYZ 28.24 17.2 9.42 -
YUV 108.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 204 65 80 0 0.68 0.61 0.2 353.53 0.58 0.53
Hex CC 41 50 0 44 3D 14 162 3A 35
Octal 314 101 120 0 104 75 24 542 72 65
Binary 11001100 1000001 1010000 0 1000100 111101 10100 101100010 111010 110101

Color Harmonies of #CC4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4150

Black with #CC4150

Text Example


Text Example

White with #CC4150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4150; }

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

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

background-color css

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

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

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

border-color css

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

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

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