#CF524E

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

Shades of Valencia #CF524E

Tints of Valencia #CF524E

Color information

#CF524E (or 0xCF524E) is unknown color: approx Valencia. HEX triplet: CF, 52 and 4E. RGB value is (207,82,78). Sum of RGB (Red+Green+Blue) = 207+82+78=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF524E is #30ADB1. Grayscale: #777777. Windows color (decimal): -3190194 or 5133007. OLE color: 5133007.

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

Color convert

RGB2078278-
CMYK00.600.620.19
HSL1.86º57.33%55.88%-
HSV(B)1.86º62.32%81.18%-
XYZ30.1219.859.45-
YUV118.92104.91190.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.40%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=56.40%
G=22.34%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207827800.600.620.191.8657.3355.88
HexCF524E03C3E1323938
Octal317122116074762327170
Binary110011111010010100111001111001111101001110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF524E; }

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

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

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

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

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

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

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

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