Html Css Color HEX #CC585B Mandy

📋 copy color: '#CC585B'

red 204 ◦ green 88 ◦ blue 91

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

Shades of Mandy #CC585B

Tints of Mandy #CC585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 53.26%
G = 22.98%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC585B (or 0xCC585B) is known color: Mandy. HEX triplet: CC, 58 and 5B. RGB value is (204,88,91). Sum of RGB (Red+Green+Blue) = 204+88+91=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC585B is #33A7A4. Grayscale: #7B7B7B. Windows color (decimal): -3385253 or 5986508. OLE color: 5986508.

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

Color convert

RGB 204 88 91 -
CMYK 0 0.57 0.55 0.2
HSL 358.45º 0.53% 0.57% -
HSV(B) 358.45º 0.57% 0.8% -
XYZ 30.28 20.57 12.27 -
YUV 123.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 204 88 91 0 0.57 0.55 0.2 358.45 0.53 0.57
Hex CC 58 5B 0 39 37 14 166 35 39
Octal 314 130 133 0 71 67 24 546 65 71
Binary 11001100 1011000 1011011 0 111001 110111 10100 101100110 110101 111001

Color Harmonies of #CC585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC585B

Black with #CC585B

Text Example


Text Example

White with #CC585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC585B; }

 p { color: rgb(204,88,91); }

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

background-color css

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

 a { background-color: rgb(204,88,91); }

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

border-color css

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

 span { border-color: rgb(204,88,91); }

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