Html Css Color HEX #CC455F Mandy

📋 copy color: '#CC455F'

red 204 ◦ green 69 ◦ blue 95

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

Shades of Mandy #CC455F

Tints of Mandy #CC455F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 55.43%
G = 18.75%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC455F (or 0xCC455F) is known color: Mandy. HEX triplet: CC, 45 and 5F. RGB value is (204,69,95). Sum of RGB (Red+Green+Blue) = 204+69+95=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC455F is #33BAA0. Grayscale: #707070. Windows color (decimal): -3390113 or 6243788. OLE color: 6243788.

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

Color convert

RGB 204 69 95 -
CMYK 0 0.66 0.53 0.2
HSL 348.44º 0.57% 0.54% -
HSV(B) 348.44º 0.66% 0.8% -
XYZ 29.1 17.92 12.75 -
YUV 112.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 204 69 95 0 0.66 0.53 0.2 348.44 0.57 0.54
Hex CC 45 5F 0 42 35 14 15C 39 36
Octal 314 105 137 0 102 65 24 534 71 66
Binary 11001100 1000101 1011111 0 1000010 110101 10100 101011100 111001 110110

Color Harmonies of #CC455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC455F

Black with #CC455F

Text Example


Text Example

White with #CC455F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC455F; }

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

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

background-color css

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

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

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

border-color css

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

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

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