Html Css Color HEX #CC444F Mandy

📋 copy color: '#CC444F'

red 204 ◦ green 68 ◦ blue 79

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

Shades of Mandy #CC444F

Tints of Mandy #CC444F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.37%

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

R = 58.12%
G = 19.37%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC444F (or 0xCC444F) is known color: Mandy. HEX triplet: CC, 44 and 4F. RGB value is (204,68,79). Sum of RGB (Red+Green+Blue) = 204+68+79=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC444F is #33BBB0. Grayscale: #6E6E6E. Windows color (decimal): -3390385 or 5194956. OLE color: 5194956.

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

Color convert

RGB 204 68 79 -
CMYK 0 0.67 0.61 0.2
HSL 355.15º 0.57% 0.53% -
HSV(B) 355.15º 0.67% 0.8% -
XYZ 28.38 17.54 9.29 -
YUV 109.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 204 68 79 0 0.67 0.61 0.2 355.15 0.57 0.53
Hex CC 44 4F 0 43 3D 14 163 39 35
Octal 314 104 117 0 103 75 24 543 71 65
Binary 11001100 1000100 1001111 0 1000011 111101 10100 101100011 111001 110101

Color Harmonies of #CC444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC444F

Black with #CC444F

Text Example


Text Example

White with #CC444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC444F; }

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

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

background-color css

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

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

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

border-color css

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

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

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