Html Css Color HEX #CC5E65 Mandy

📋 copy color: '#CC5E65'

red 204 ◦ green 94 ◦ blue 101

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

Shades of Mandy #CC5E65

Tints of Mandy #CC5E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 51.13%
G = 23.56%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC5E65 (or 0xCC5E65) is known color: Mandy. HEX triplet: CC, 5E and 65. RGB value is (204,94,101). Sum of RGB (Red+Green+Blue) = 204+94+101=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E65 is #33A19A. Grayscale: #7F7F7F. Windows color (decimal): -3383707 or 6643404. OLE color: 6643404.

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

Color convert

RGB 204 94 101 -
CMYK 0 0.54 0.50 0.2
HSL 356.18º 0.52% 0.58% -
HSV(B) 356.18º 0.54% 0.8% -
XYZ 31.25 21.78 14.87 -
YUV 127.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 204 94 101 0 0.54 0.50 0.2 356.18 0.52 0.58
Hex CC 5E 65 0 36 32 14 164 34 3A
Octal 314 136 145 0 66 62 24 544 64 72
Binary 11001100 1011110 1100101 0 110110 110010 10100 101100100 110100 111010

Color Harmonies of #CC5E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E65

Black with #CC5E65

Text Example


Text Example

White with #CC5E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E65; }

 p { color: rgb(204,94,101); }

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

background-color css

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

 a { background-color: rgb(204,94,101); }

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

border-color css

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

 span { border-color: rgb(204,94,101); }

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