Html Css Color HEX #CC444A Mandy

📋 copy color: '#CC444A'

red 204 ◦ green 68 ◦ blue 74

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

Shades of Mandy #CC444A

Tints of Mandy #CC444A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 58.96%
G = 19.65%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC444A (or 0xCC444A) is known color: Mandy. HEX triplet: CC, 44 and 4A. RGB value is (204,68,74). Sum of RGB (Red+Green+Blue) = 204+68+74=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC444A is #33BBB5. Grayscale: #6D6D6D. Windows color (decimal): -3390390 or 4867276. OLE color: 4867276.

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

Color convert

RGB 204 68 74 -
CMYK 0 0.67 0.64 0.2
HSL 357.35º 0.57% 0.53% -
HSV(B) 357.35º 0.67% 0.8% -
XYZ 28.2 17.47 8.36 -
YUV 109.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 204 68 74 0 0.67 0.64 0.2 357.35 0.57 0.53
Hex CC 44 4A 0 43 40 14 165 39 35
Octal 314 104 112 0 103 100 24 545 71 65
Binary 11001100 1000100 1001010 0 1000011 1000000 10100 101100101 111001 110101

Color Harmonies of #CC444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC444A

Black with #CC444A

Text Example


Text Example

White with #CC444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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