#CF5A44

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

Shades of Dark Coral #CF5A44

Tints of Dark Coral #CF5A44

Color information

#CF5A44 (or 0xCF5A44) is unknown color: approx Dark Coral. HEX triplet: CF, 5A and 44. RGB value is (207,90,68). Sum of RGB (Red+Green+Blue) = 207+90+68=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A44 is #30A5BB. Grayscale: #7A7A7A. Windows color (decimal): -3188156 or 4479695. OLE color: 4479695.

HSL color Cylindrical-coordinate representation of color #CF5A44: hue angle of 9.5º 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 #CF5A44 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2079068-
CMYK00.570.670.19
HSL9.5º59.15%53.92%-
HSV(B)9.5º67.15%81.18%-
XYZ30.43217.92-
YUV122.4897.26188.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.71%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 68 (26.95% from 255) = 18.63%
R=56.71%
G=24.66%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207906800.570.670.199.559.1553.92
HexCF5A44039431393b36
Octal31713210407110323117366
Binary110011111011010100010001110011000011100111001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5A44; }

 p { color: rgb(207,90,68); }

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

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

 a { background-color: rgb(207,90,68); }

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

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

 span { border-color: rgb(207,90,68); }

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