#CF5251

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

Shades of Valencia #CF5251

Tints of Valencia #CF5251

Color information

#CF5251 (or 0xCF5251) is unknown color: approx Valencia. HEX triplet: CF, 52 and 51. RGB value is (207,82,81). Sum of RGB (Red+Green+Blue) = 207+82+81=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5251 is #30ADAE. Grayscale: #777777. Windows color (decimal): -3190191 or 5329615. OLE color: 5329615.

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

Color convert

RGB2078281-
CMYK00.600.610.19
HSL0.48º56.76%56.47%-
HSV(B)0.48º60.87%81.18%-
XYZ30.2319.8910.03-
YUV119.26106.41190.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.95%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=55.95%
G=22.16%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207828100.600.610.190.4856.7656.47
HexCF525103C3D1303938
Octal317122121074752307170
Binary11001111101001010100010111100111101100110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5251; }

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

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

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

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

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

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

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

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