Html Css Color HEX #CC4156 Mandy

📋 copy color: '#CC4156'

red 204 ◦ green 65 ◦ blue 86

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

Shades of Mandy #CC4156

Tints of Mandy #CC4156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.23%

R = 57.46%
G = 18.31%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC4156 (or 0xCC4156) is known color: Mandy. HEX triplet: CC, 41 and 56. RGB value is (204,65,86). Sum of RGB (Red+Green+Blue) = 204+65+86=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4156 is #33BEA9. Grayscale: #6D6D6D. Windows color (decimal): -3391146 or 5652940. OLE color: 5652940.

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

Color convert

RGB 204 65 86 -
CMYK 0 0.68 0.58 0.2
HSL 350.94º 0.58% 0.53% -
HSV(B) 350.94º 0.68% 0.8% -
XYZ 28.47 17.29 10.64 -
YUV 108.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 204 65 86 0 0.68 0.58 0.2 350.94 0.58 0.53
Hex CC 41 56 0 44 3A 14 15F 3A 35
Octal 314 101 126 0 104 72 24 537 72 65
Binary 11001100 1000001 1010110 0 1000100 111010 10100 101011111 111010 110101

Color Harmonies of #CC4156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4156

Black with #CC4156

Text Example


Text Example

White with #CC4156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4156; }

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

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

background-color css

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

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

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

border-color css

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

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

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