Html Css Color HEX #CC444C Mandy

📋 copy color: '#CC444C'

red 204 ◦ green 68 ◦ blue 76

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

Shades of Mandy #CC444C

Tints of Mandy #CC444C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 58.62%
G = 19.54%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC444C (or 0xCC444C) is known color: Mandy. HEX triplet: CC, 44 and 4C. RGB value is (204,68,76). Sum of RGB (Red+Green+Blue) = 204+68+76=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC444C is #33BBB3. Grayscale: #6D6D6D. Windows color (decimal): -3390388 or 4998348. OLE color: 4998348.

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

Color convert

RGB 204 68 76 -
CMYK 0 0.67 0.63 0.2
HSL 356.47º 0.57% 0.53% -
HSV(B) 356.47º 0.67% 0.8% -
XYZ 28.27 17.49 8.72 -
YUV 109.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 204 68 76 0 0.67 0.63 0.2 356.47 0.57 0.53
Hex CC 44 4C 0 43 3F 14 164 39 35
Octal 314 104 114 0 103 77 24 544 71 65
Binary 11001100 1000100 1001100 0 1000011 111111 10100 101100100 111001 110101

Color Harmonies of #CC444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC444C

Black with #CC444C

Text Example


Text Example

White with #CC444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC444C; }

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

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

background-color css

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

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

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

border-color css

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

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

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