Html Css Color HEX #CC585C Mandy

📋 copy color: '#CC585C'

red 204 ◦ green 88 ◦ blue 92

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

Shades of Mandy #CC585C

Tints of Mandy #CC585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.96%

R = 53.13%
G = 22.92%
B = 23.96%

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

#CC585C (or 0xCC585C) is known color: Mandy. HEX triplet: CC, 58 and 5C. RGB value is (204,88,92). Sum of RGB (Red+Green+Blue) = 204+88+92=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC585C is #33A7A3. Grayscale: #7B7B7B. Windows color (decimal): -3385252 or 6052044. OLE color: 6052044.

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

Color convert

RGB 204 88 92 -
CMYK 0 0.57 0.55 0.2
HSL 357.93º 0.53% 0.57% -
HSV(B) 357.93º 0.57% 0.8% -
XYZ 30.32 20.59 12.5 -
YUV 123.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 204 88 92 0 0.57 0.55 0.2 357.93 0.53 0.57
Hex CC 58 5C 0 39 37 14 166 35 39
Octal 314 130 134 0 71 67 24 546 65 71
Binary 11001100 1011000 1011100 0 111001 110111 10100 101100110 110101 111001

Color Harmonies of #CC585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC585C

Black with #CC585C

Text Example


Text Example

White with #CC585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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