Html Css Color HEX #CC585E Mandy

📋 copy color: '#CC585E'

red 204 ◦ green 88 ◦ blue 94

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

Shades of Mandy #CC585E

Tints of Mandy #CC585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.35%

R = 52.85%
G = 22.8%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC585E (or 0xCC585E) is known color: Mandy. HEX triplet: CC, 58 and 5E. RGB value is (204,88,94). Sum of RGB (Red+Green+Blue) = 204+88+94=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC585E is #33A7A1. Grayscale: #7B7B7B. Windows color (decimal): -3385250 or 6183116. OLE color: 6183116.

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

Color convert

RGB 204 88 94 -
CMYK 0 0.57 0.54 0.2
HSL 356.9º 0.53% 0.57% -
HSV(B) 356.9º 0.57% 0.8% -
XYZ 30.41 20.62 12.97 -
YUV 123.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 204 88 94 0 0.57 0.54 0.2 356.9 0.53 0.57
Hex CC 58 5E 0 39 36 14 165 35 39
Octal 314 130 136 0 71 66 24 545 65 71
Binary 11001100 1011000 1011110 0 111001 110110 10100 101100101 110101 111001

Color Harmonies of #CC585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC585E

Black with #CC585E

Text Example


Text Example

White with #CC585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC585E; }

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

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

background-color css

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

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

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

border-color css

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

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

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