Html Css Color HEX #CC4748 Mandy

📋 copy color: '#CC4748'

red 204 ◦ green 71 ◦ blue 72

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

Shades of Mandy #CC4748

Tints of Mandy #CC4748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.46%

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 58.79%
G = 20.46%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC4748 (or 0xCC4748) is known color: Mandy. HEX triplet: CC, 47 and 48. RGB value is (204,71,72). Sum of RGB (Red+Green+Blue) = 204+71+72=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4748 is #33B8B7. Grayscale: #6F6F6F. Windows color (decimal): -3389624 or 4736972. OLE color: 4736972.

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

Color convert

RGB 204 71 72 -
CMYK 0 0.65 0.65 0.2
HSL 359.55º 0.57% 0.54% -
HSV(B) 359.55º 0.65% 0.8% -
XYZ 28.32 17.81 8.08 -
YUV 110.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 204 71 72 0 0.65 0.65 0.2 359.55 0.57 0.54
Hex CC 47 48 0 41 41 14 168 39 36
Octal 314 107 110 0 101 101 24 550 71 66
Binary 11001100 1000111 1001000 0 1000001 1000001 10100 101101000 111001 110110

Color Harmonies of #CC4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4748

Black with #CC4748

Text Example


Text Example

White with #CC4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4748; }

 p { color: rgb(204,71,72); }

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

background-color css

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

 a { background-color: rgb(204,71,72); }

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

border-color css

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

 span { border-color: rgb(204,71,72); }

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