Html Css Color HEX #CC5448 Dark Coral

📋 copy color: '#CC5448'

red 204 ◦ green 84 ◦ blue 72

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

Shades of Dark Coral #CC5448

Tints of Dark Coral #CC5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.33%

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

R = 56.67%
G = 23.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC5448 (or 0xCC5448) is known color: Dark Coral. HEX triplet: CC, 54 and 48. RGB value is (204,84,72). Sum of RGB (Red+Green+Blue) = 204+84+72=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5448 is #33ABB7. Grayscale: #767676. Windows color (decimal): -3386296 or 4740300. OLE color: 4740300.

HSL color Cylindrical-coordinate representation of color #CC5448: hue angle of 5.45º degrees, saturation: 0.56, 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 #CC5448 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 84 72 -
CMYK 0 0.59 0.65 0.2
HSL 5.45º 0.56% 0.54% -
HSV(B) 5.45º 0.65% 0.8% -
XYZ 29.24 19.65 8.38 -
YUV 118.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 204 84 72 0 0.59 0.65 0.2 5.45 0.56 0.54
Hex CC 54 48 0 3B 41 14 5 38 36
Octal 314 124 110 0 73 101 24 5 70 66
Binary 11001100 1010100 1001000 0 111011 1000001 10100 101 111000 110110

Color Harmonies of #CC5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5448

Black with #CC5448

Text Example


Text Example

White with #CC5448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5448; }

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

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

background-color css

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

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

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

border-color css

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

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

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