#CF5B45

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

Shades of Dark Coral #CF5B45

Tints of Dark Coral #CF5B45

Color information

#CF5B45 (or 0xCF5B45) is unknown color: approx Dark Coral. HEX triplet: CF, 5B and 45. RGB value is (207,91,69). Sum of RGB (Red+Green+Blue) = 207+91+69=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B45 is #30A4BA. Grayscale: #7B7B7B. Windows color (decimal): -3187899 or 4545487. OLE color: 4545487.

HSL color Cylindrical-coordinate representation of color #CF5B45: hue angle of 9.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF5B45 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2079169-
CMYK00.560.670.19
HSL9.57º58.97%54.12%-
HSV(B)9.57º66.67%81.18%-
XYZ30.5521.188.11-
YUV123.1897.43187.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.40%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 69 (27.34% from 255) = 18.80%
R=56.40%
G=24.80%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207916900.560.670.199.5758.9754.12
HexCF5B450384313a3b36
Octal31713310507010323127366
Binary110011111011011100010101110001000011100111010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5B45; }

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

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

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

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

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

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

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

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