#CF5F48

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

Shades of Dark Coral #CF5F48

Tints of Dark Coral #CF5F48

Color information

#CF5F48 (or 0xCF5F48) is unknown color: approx Dark Coral. HEX triplet: CF, 5F and 48. RGB value is (207,95,72). Sum of RGB (Red+Green+Blue) = 207+95+72=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5F48 is #30A0B7. Grayscale: #7E7E7E. Windows color (decimal): -3186872 or 4743119. OLE color: 4743119.

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

Color convert

RGB2079572-
CMYK00.540.650.19
HSL10.22º58.44%54.71%-
HSV(B)10.22º65.22%81.18%-
XYZ30.9921.928.73-
YUV125.8797.61185.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.35%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=55.35%
G=25.40%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207957200.540.650.1910.2258.4454.71
HexCF5F480364113a3a37
Octal31713711006610123127267
Binary110011111011111100100001101101000001100111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5F48; }

 p { color: rgb(207,95,72); }

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

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

 a { background-color: rgb(207,95,72); }

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

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

 span { border-color: rgb(207,95,72); }

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