#CF5552

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

Shades of Valencia #CF5552

Tints of Valencia #CF5552

Color information

#CF5552 (or 0xCF5552) is unknown color: approx Valencia. HEX triplet: CF, 55 and 52. RGB value is (207,85,82). Sum of RGB (Red+Green+Blue) = 207+85+82=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5552 is #30AAAD. Grayscale: #797979. Windows color (decimal): -3189422 or 5395919. OLE color: 5395919.

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

Color convert

RGB2078582-
CMYK00.590.600.19
HSL1.44º56.56%56.67%-
HSV(B)1.44º60.39%81.18%-
XYZ30.520.3710.31-
YUV121.14105.92189.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.35%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=55.35%
G=22.73%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207858200.590.600.191.4456.5656.67
HexCF555203B3C1313939
Octal317125122073742317171
Binary11001111101010110100100111011111100100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5552; }

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

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

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

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

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

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

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

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