Html Css Color HEX #CC464F Mandy

📋 copy color: '#CC464F'

red 204 ◦ green 70 ◦ blue 79

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

Shades of Mandy #CC464F

Tints of Mandy #CC464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

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

R = 57.79%
G = 19.83%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC464F (or 0xCC464F) is known color: Mandy. HEX triplet: CC, 46 and 4F. RGB value is (204,70,79). Sum of RGB (Red+Green+Blue) = 204+70+79=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC464F is #33B9B0. Grayscale: #6F6F6F. Windows color (decimal): -3389873 or 5195468. OLE color: 5195468.

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

Color convert

RGB 204 70 79 -
CMYK 0 0.66 0.61 0.2
HSL 355.97º 0.57% 0.54% -
HSV(B) 355.97º 0.66% 0.8% -
XYZ 28.5 17.78 9.33 -
YUV 111.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 204 70 79 0 0.66 0.61 0.2 355.97 0.57 0.54
Hex CC 46 4F 0 42 3D 14 164 39 36
Octal 314 106 117 0 102 75 24 544 71 66
Binary 11001100 1000110 1001111 0 1000010 111101 10100 101100100 111001 110110

Color Harmonies of #CC464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC464F

Black with #CC464F

Text Example


Text Example

White with #CC464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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