Html Css Color HEX #CC444B Mandy

📋 copy color: '#CC444B'

red 204 ◦ green 68 ◦ blue 75

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

Shades of Mandy #CC444B

Tints of Mandy #CC444B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 58.79%
G = 19.6%
B = 21.61%

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

#CC444B (or 0xCC444B) is known color: Mandy. HEX triplet: CC, 44 and 4B. RGB value is (204,68,75). Sum of RGB (Red+Green+Blue) = 204+68+75=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC444B is #33BBB4. Grayscale: #6D6D6D. Windows color (decimal): -3390389 or 4932812. OLE color: 4932812.

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

Color convert

RGB 204 68 75 -
CMYK 0 0.67 0.63 0.2
HSL 356.91º 0.57% 0.53% -
HSV(B) 356.91º 0.67% 0.8% -
XYZ 28.24 17.48 8.54 -
YUV 109.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 204 68 75 0 0.67 0.63 0.2 356.91 0.57 0.53
Hex CC 44 4B 0 43 3F 14 165 39 35
Octal 314 104 113 0 103 77 24 545 71 65
Binary 11001100 1000100 1001011 0 1000011 111111 10100 101100101 111001 110101

Color Harmonies of #CC444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC444B

Black with #CC444B

Text Example


Text Example

White with #CC444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC444B; }

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

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

background-color css

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

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

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

border-color css

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

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

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