#CC6249

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

Shades of Dark Coral #CC6249

Tints of Dark Coral #CC6249

Color information

#CC6249 (or 0xCC6249) is unknown color: approx Dark Coral. HEX triplet: CC, 62 and 49. RGB value is (204,98,73). Sum of RGB (Red+Green+Blue) = 204+98+73=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6249 is #339DB6. Grayscale: #7F7F7F. Windows color (decimal): -3382711 or 4809420. OLE color: 4809420.

HSL color Cylindrical-coordinate representation of color #CC6249: hue angle of 11.45º 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 #CC6249 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB2049873-
CMYK00.520.640.2
HSL11.45º56.22%54.31%-
HSV(B)11.45º64.22%80%-
XYZ30.4722.058.95-
YUV126.8497.62183.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=54.4%
G=26.13%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204987300.520.640.211.4556.2254.31
HexCC62490344014b3836
Octal31414211106410024137066
Binary110011001100010100100101101001000000101001011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6249; }

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

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

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

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

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

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

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

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