#CF5452

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

Shades of Valencia #CF5452

Tints of Valencia #CF5452

Color information

#CF5452 (or 0xCF5452) is unknown color: approx Valencia. HEX triplet: CF, 54 and 52. RGB value is (207,84,82). Sum of RGB (Red+Green+Blue) = 207+84+82=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5452 is #30ABAD. Grayscale: #787878. Windows color (decimal): -3189678 or 5395663. OLE color: 5395663.

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

Color convert

RGB2078482-
CMYK00.590.600.19
HSL0.96º56.56%56.67%-
HSV(B)0.96º60.39%81.18%-
XYZ30.4320.2210.28-
YUV120.55106.25189.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.50%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=55.50%
G=22.52%
B=21.98%

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
Decimal207848200.590.600.190.9656.5656.67
HexCF545203B3C1313939
Octal317124122073742317171
Binary11001111101010010100100111011111100100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5452; }

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

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

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

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

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

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

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

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