#CF5554

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

Shades of Valencia #CF5554

Tints of Valencia #CF5554

Color information

#CF5554 (or 0xCF5554) is unknown color: approx Valencia. HEX triplet: CF, 55 and 54. RGB value is (207,85,84). Sum of RGB (Red+Green+Blue) = 207+85+84=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5554 is #30AAAB. Grayscale: #797979. Windows color (decimal): -3189420 or 5526991. OLE color: 5526991.

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

Color convert

RGB2078584-
CMYK00.590.590.19
HSL0.49º56.16%57.06%-
HSV(B)0.49º59.42%81.18%-
XYZ30.5820.410.71-
YUV121.36106.92189.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.05%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 84 (33.20% from 255) = 22.34%
R=55.05%
G=22.61%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207858400.590.590.190.4956.1657.06
HexCF555403B3B1303839
Octal317125124073732307071
Binary11001111101010110101000111011111011100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5554; }

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

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

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

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

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

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

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

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