Html Css Color HEX #CC5040 Dark Coral

📋 copy color: '#CC5040'

red 204 ◦ green 80 ◦ blue 64

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

Shades of Dark Coral #CC5040

Tints of Dark Coral #CC5040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 58.62%
G = 22.99%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC5040 (or 0xCC5040) is known color: Dark Coral. HEX triplet: CC, 50 and 40. RGB value is (204,80,64). Sum of RGB (Red+Green+Blue) = 204+80+64=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5040 is #33AFBF. Grayscale: #737373. Windows color (decimal): -3387328 or 4214988. OLE color: 4214988.

HSL color Cylindrical-coordinate representation of color #CC5040: hue angle of 6.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC5040 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 80 64 -
CMYK 0 0.61 0.69 0.2
HSL 6.86º 0.58% 0.53% -
HSV(B) 6.86º 0.69% 0.8% -
XYZ 28.7 18.94 6.99 -
YUV 115.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 204 80 64 0 0.61 0.69 0.2 6.86 0.58 0.53
Hex CC 50 40 0 3D 45 14 7 3A 35
Octal 314 120 100 0 75 105 24 7 72 65
Binary 11001100 1010000 1000000 0 111101 1000101 10100 111 111010 110101

Color Harmonies of #CC5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5040

Black with #CC5040

Text Example


Text Example

White with #CC5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5040; }

 p { color: rgb(204,80,64); }

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

background-color css

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

 a { background-color: rgb(204,80,64); }

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

border-color css

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

 span { border-color: rgb(204,80,64); }

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