#CF5448

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

Shades of Valencia #CF5448

Tints of Valencia #CF5448

Color information

#CF5448 (or 0xCF5448) is unknown color: approx Valencia. HEX triplet: CF, 54 and 48. RGB value is (207,84,72). Sum of RGB (Red+Green+Blue) = 207+84+72=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5448 is #30ABB7. Grayscale: #777777. Windows color (decimal): -3189688 or 4740303. OLE color: 4740303.

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

Color convert

RGB2078472-
CMYK00.590.650.19
HSL5.33º58.44%54.71%-
HSV(B)5.33º65.22%81.18%-
XYZ30.0720.078.42-
YUV119.41101.25190.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.02%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=57.02%
G=23.14%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207847200.590.650.195.3358.4454.71
HexCF544803B411353a37
Octal3171241100731012357267
Binary11001111101010010010000111011100000110011101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5448; }

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

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

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

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

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

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

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

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