#CC604D

Color #CC604D Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CC604D

Tints of Dark Coral #CC604D

Color information

#CC604D (or 0xCC604D) is unknown color: approx Dark Coral. HEX triplet: CC, 60 and 4D. RGB value is (204,96,77). Sum of RGB (Red+Green+Blue) = 204+96+77=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC604D is #339FB2. Grayscale: #7E7E7E. Windows color (decimal): -3383219 or 5071052. OLE color: 5071052.

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

Color convert

RGB2049677-
CMYK00.530.620.2
HSL8.98º55.46%55.1%-
HSV(B)8.98º62.25%80%-
XYZ30.4221.749.61-
YUV126.13100.28183.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=54.11%
G=25.46%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204967700.530.620.28.9855.4655.1
HexCC604D0353E1493737
Octal3141401150657624116767
Binary11001100110000010011010110101111110101001001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC604D; }

 p { color: rgb(204,96,77); }

 H1.HeaderClassName
 {
   color: #CC604D;
 }
 .AnyTagClassName
 {
   color: #CC604D;
 }
</style>
background-color css

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

 a { background-color: rgb(204,96,77); }

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

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

 span { border-color: rgb(204,96,77); }

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