Html Css Color HEX #CC4F55 Mandy

📋 copy color: '#CC4F55'

red 204 ◦ green 79 ◦ blue 85

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

Shades of Mandy #CC4F55

Tints of Mandy #CC4F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 55.43%
G = 21.47%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC4F55 (or 0xCC4F55) is known color: Mandy. HEX triplet: CC, 4F and 55. RGB value is (204,79,85). Sum of RGB (Red+Green+Blue) = 204+79+85=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F55 is #33B0AA. Grayscale: #757575. Windows color (decimal): -3387563 or 5590988. OLE color: 5590988.

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

Color convert

RGB 204 79 85 -
CMYK 0 0.61 0.58 0.2
HSL 357.12º 0.55% 0.55% -
HSV(B) 357.12º 0.61% 0.8% -
XYZ 29.34 19.09 10.73 -
YUV 117.06 109.91 190.01 -
System Red Green Blue C M Y K H S L
Decimal 204 79 85 0 0.61 0.58 0.2 357.12 0.55 0.55
Hex CC 4F 55 0 3D 3A 14 165 37 37
Octal 314 117 125 0 75 72 24 545 67 67
Binary 11001100 1001111 1010101 0 111101 111010 10100 101100101 110111 110111

Color Harmonies of #CC4F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4F55

Black with #CC4F55

Text Example


Text Example

White with #CC4F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4F55; }

 p { color: rgb(204,79,85); }

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

background-color css

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

 a { background-color: rgb(204,79,85); }

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

border-color css

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

 span { border-color: rgb(204,79,85); }

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