Html Css Color HEX #CC585A Mandy

📋 copy color: '#CC585A'

red 204 ◦ green 88 ◦ blue 90

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

Shades of Mandy #CC585A

Tints of Mandy #CC585A

RGB

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

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

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

R = 53.4%
G = 23.04%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC585A (or 0xCC585A) is known color: Mandy. HEX triplet: CC, 58 and 5A. RGB value is (204,88,90). Sum of RGB (Red+Green+Blue) = 204+88+90=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC585A is #33A7A5. Grayscale: #7B7B7B. Windows color (decimal): -3385254 or 5920972. OLE color: 5920972.

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

Color convert

RGB 204 88 90 -
CMYK 0 0.57 0.56 0.2
HSL 358.97º 0.53% 0.57% -
HSV(B) 358.97º 0.57% 0.8% -
XYZ 30.24 20.56 12.05 -
YUV 122.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 204 88 90 0 0.57 0.56 0.2 358.97 0.53 0.57
Hex CC 58 5A 0 39 38 14 167 35 39
Octal 314 130 132 0 71 70 24 547 65 71
Binary 11001100 1011000 1011010 0 111001 111000 10100 101100111 110101 111001

Color Harmonies of #CC585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC585A

Black with #CC585A

Text Example


Text Example

White with #CC585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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