Html Css Color HEX #CC5F63 Mandy

📋 copy color: '#CC5F63'

red 204 ◦ green 95 ◦ blue 99

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

Shades of Mandy #CC5F63

Tints of Mandy #CC5F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

 BLUE value IS 99 (39.06% from 255) = 24.87%

R = 51.26%
G = 23.87%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC5F63 (or 0xCC5F63) is known color: Mandy. HEX triplet: CC, 5F and 63. RGB value is (204,95,99). Sum of RGB (Red+Green+Blue) = 204+95+99=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F63 is #33A09C. Grayscale: #808080. Windows color (decimal): -3383453 or 6512588. OLE color: 6512588.

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

Color convert

RGB 204 95 99 -
CMYK 0 0.53 0.51 0.2
HSL 357.8º 0.52% 0.59% -
HSV(B) 357.8º 0.53% 0.8% -
XYZ 31.25 21.92 14.39 -
YUV 128.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 204 95 99 0 0.53 0.51 0.2 357.8 0.52 0.59
Hex CC 5F 63 0 35 33 14 166 34 3B
Octal 314 137 143 0 65 63 24 546 64 73
Binary 11001100 1011111 1100011 0 110101 110011 10100 101100110 110100 111011

Color Harmonies of #CC5F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F63

Black with #CC5F63

Text Example


Text Example

White with #CC5F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F63; }

 p { color: rgb(204,95,99); }

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

background-color css

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

 a { background-color: rgb(204,95,99); }

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

border-color css

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

 span { border-color: rgb(204,95,99); }

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