#CC5B45

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

Shades of Dark Coral #CC5B45

Tints of Dark Coral #CC5B45

Color information

#CC5B45 (or 0xCC5B45) is unknown color: approx Dark Coral. HEX triplet: CC, 5B and 45. RGB value is (204,91,69). Sum of RGB (Red+Green+Blue) = 204+91+69=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B45 is #33A4BA. Grayscale: #7A7A7A. Windows color (decimal): -3384507 or 4545484. OLE color: 4545484.

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

Color convert

RGB2049169-
CMYK00.550.660.2
HSL9.78º56.96%53.53%-
HSV(B)9.78º66.18%80%-
XYZ29.7220.758.07-
YUV122.2897.94186.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.04%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 18.96%
R=56.04%
G=25%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204916900.550.660.29.7856.9653.53
HexCC5B450374214a3936
Octal31413310506710224127166
Binary110011001011011100010101101111000010101001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5B45; }

 p { color: rgb(204,91,69); }

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

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

 a { background-color: rgb(204,91,69); }

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

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

 span { border-color: rgb(204,91,69); }

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