Html Css Color HEX #CC404F Mandy

📋 copy color: '#CC404F'

red 204 ◦ green 64 ◦ blue 79

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

Shades of Mandy #CC404F

Tints of Mandy #CC404F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 79 (31.25% from 255) = 22.77%

R = 58.79%
G = 18.44%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC404F (or 0xCC404F) is known color: Mandy. HEX triplet: CC, 40 and 4F. RGB value is (204,64,79). Sum of RGB (Red+Green+Blue) = 204+64+79=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC404F is #33BFB0. Grayscale: #6B6B6B. Windows color (decimal): -3391409 or 5193932. OLE color: 5193932.

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

Color convert

RGB 204 64 79 -
CMYK 0 0.69 0.61 0.2
HSL 353.57º 0.58% 0.53% -
HSV(B) 353.57º 0.69% 0.8% -
XYZ 28.15 17.07 9.21 -
YUV 107.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 204 64 79 0 0.69 0.61 0.2 353.57 0.58 0.53
Hex CC 40 4F 0 45 3D 14 162 3A 35
Octal 314 100 117 0 105 75 24 542 72 65
Binary 11001100 1000000 1001111 0 1000101 111101 10100 101100010 111010 110101

Color Harmonies of #CC404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC404F

Black with #CC404F

Text Example


Text Example

White with #CC404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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