Html Css Color HEX #CC565D Mandy

📋 copy color: '#CC565D'

red 204 ◦ green 86 ◦ blue 93

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

Shades of Mandy #CC565D

Tints of Mandy #CC565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.45%

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 53.26%
G = 22.45%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC565D (or 0xCC565D) is known color: Mandy. HEX triplet: CC, 56 and 5D. RGB value is (204,86,93). Sum of RGB (Red+Green+Blue) = 204+86+93=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC565D is #33A9A2. Grayscale: #7A7A7A. Windows color (decimal): -3385763 or 6117068. OLE color: 6117068.

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

Color convert

RGB 204 86 93 -
CMYK 0 0.58 0.54 0.2
HSL 356.44º 0.54% 0.57% -
HSV(B) 356.44º 0.58% 0.8% -
XYZ 30.21 20.28 12.68 -
YUV 122.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 204 86 93 0 0.58 0.54 0.2 356.44 0.54 0.57
Hex CC 56 5D 0 3A 36 14 164 36 39
Octal 314 126 135 0 72 66 24 544 66 71
Binary 11001100 1010110 1011101 0 111010 110110 10100 101100100 110110 111001

Color Harmonies of #CC565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC565D

Black with #CC565D

Text Example


Text Example

White with #CC565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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