#CF5652

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

Shades of Valencia #CF5652

Tints of Valencia #CF5652

Color information

#CF5652 (or 0xCF5652) is unknown color: approx Valencia. HEX triplet: CF, 56 and 52. RGB value is (207,86,82). Sum of RGB (Red+Green+Blue) = 207+86+82=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5652 is #30A9AD. Grayscale: #797979. Windows color (decimal): -3189166 or 5396175. OLE color: 5396175.

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

Color convert

RGB2078682-
CMYK00.580.600.19
HSL1.92º56.56%56.67%-
HSV(B)1.92º60.39%81.18%-
XYZ30.5820.5310.33-
YUV121.72105.59188.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.2%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=55.2%
G=22.93%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207868200.580.600.191.9256.5656.67
HexCF565203A3C1323939
Octal317126122072742327171
Binary110011111010110101001001110101111001001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5652; }

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

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

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

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

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

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

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

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