#CC6349

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

Shades of Dark Coral #CC6349

Tints of Dark Coral #CC6349

Color information

#CC6349 (or 0xCC6349) is unknown color: approx Dark Coral. HEX triplet: CC, 63 and 49. RGB value is (204,99,73). Sum of RGB (Red+Green+Blue) = 204+99+73=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6349 is #339CB6. Grayscale: #7F7F7F. Windows color (decimal): -3382455 or 4809676. OLE color: 4809676.

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

Color convert

RGB2049973-
CMYK00.510.640.2
HSL11.91º56.22%54.31%-
HSV(B)11.91º64.22%80%-
XYZ30.5722.248.99-
YUV127.4397.29182.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.26%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=54.26%
G=26.33%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204997300.510.640.211.9156.2254.31
HexCC63490334014c3836
Octal31414311106310024147066
Binary110011001100011100100101100111000000101001100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6349; }

 p { color: rgb(204,99,73); }

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

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

 a { background-color: rgb(204,99,73); }

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

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

 span { border-color: rgb(204,99,73); }

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