Html Css Color HEX #CC565A Mandy

📋 copy color: '#CC565A'

red 204 ◦ green 86 ◦ blue 90

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

Shades of Mandy #CC565A

Tints of Mandy #CC565A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 53.68%
G = 22.63%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC565A (or 0xCC565A) is known color: Mandy. HEX triplet: CC, 56 and 5A. RGB value is (204,86,90). Sum of RGB (Red+Green+Blue) = 204+86+90=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC565A is #33A9A5. Grayscale: #797979. Windows color (decimal): -3385766 or 5920460. OLE color: 5920460.

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

Color convert

RGB 204 86 90 -
CMYK 0 0.58 0.56 0.2
HSL 357.97º 0.54% 0.57% -
HSV(B) 357.97º 0.58% 0.8% -
XYZ 30.08 20.23 11.99 -
YUV 121.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 204 86 90 0 0.58 0.56 0.2 357.97 0.54 0.57
Hex CC 56 5A 0 3A 38 14 166 36 39
Octal 314 126 132 0 72 70 24 546 66 71
Binary 11001100 1010110 1011010 0 111010 111000 10100 101100110 110110 111001

Color Harmonies of #CC565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC565A

Black with #CC565A

Text Example


Text Example

White with #CC565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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