Html Css Color HEX #CC455C Mandy

📋 copy color: '#CC455C'

red 204 ◦ green 69 ◦ blue 92

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

Shades of Mandy #CC455C

Tints of Mandy #CC455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

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

R = 55.89%
G = 18.9%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC455C (or 0xCC455C) is known color: Mandy. HEX triplet: CC, 45 and 5C. RGB value is (204,69,92). Sum of RGB (Red+Green+Blue) = 204+69+92=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC455C is #33BAA3. Grayscale: #707070. Windows color (decimal): -3390116 or 6047180. OLE color: 6047180.

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

Color convert

RGB 204 69 92 -
CMYK 0 0.66 0.55 0.2
HSL 349.78º 0.57% 0.54% -
HSV(B) 349.78º 0.66% 0.8% -
XYZ 28.96 17.87 12.05 -
YUV 111.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 204 69 92 0 0.66 0.55 0.2 349.78 0.57 0.54
Hex CC 45 5C 0 42 37 14 15E 39 36
Octal 314 105 134 0 102 67 24 536 71 66
Binary 11001100 1000101 1011100 0 1000010 110111 10100 101011110 111001 110110

Color Harmonies of #CC455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC455C

Black with #CC455C

Text Example


Text Example

White with #CC455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC455C; }

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

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

background-color css

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

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

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

border-color css

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

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

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