Html Css Color HEX #CC565F Mandy

📋 copy color: '#CC565F'

red 204 ◦ green 86 ◦ blue 95

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

Shades of Mandy #CC565F

Tints of Mandy #CC565F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 52.99%
G = 22.34%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC565F (or 0xCC565F) is known color: Mandy. HEX triplet: CC, 56 and 5F. RGB value is (204,86,95). Sum of RGB (Red+Green+Blue) = 204+86+95=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC565F is #33A9A0. Grayscale: #7A7A7A. Windows color (decimal): -3385761 or 6248140. OLE color: 6248140.

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

Color convert

RGB 204 86 95 -
CMYK 0 0.58 0.53 0.2
HSL 355.42º 0.54% 0.57% -
HSV(B) 355.42º 0.58% 0.8% -
XYZ 30.3 20.32 13.15 -
YUV 122.31 112.59 186.27 -
System Red Green Blue C M Y K H S L
Decimal 204 86 95 0 0.58 0.53 0.2 355.42 0.54 0.57
Hex CC 56 5F 0 3A 35 14 163 36 39
Octal 314 126 137 0 72 65 24 543 66 71
Binary 11001100 1010110 1011111 0 111010 110101 10100 101100011 110110 111001

Color Harmonies of #CC565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC565F

Black with #CC565F

Text Example


Text Example

White with #CC565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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