#CF5651

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

Shades of Valencia #CF5651

Tints of Valencia #CF5651

Color information

#CF5651 (or 0xCF5651) is unknown color: approx Valencia. HEX triplet: CF, 56 and 51. RGB value is (207,86,81). Sum of RGB (Red+Green+Blue) = 207+86+81=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5651 is #30A9AE. Grayscale: #797979. Windows color (decimal): -3189167 or 5330639. OLE color: 5330639.

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

Color convert

RGB2078681-
CMYK00.580.610.19
HSL2.38º56.76%56.47%-
HSV(B)2.38º60.87%81.18%-
XYZ30.5520.5210.13-
YUV121.61105.09188.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.35%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 81 (32.03% from 255) = 21.66%
R=55.35%
G=22.99%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207868100.580.610.192.3856.7656.47
HexCF565103A3D1323938
Octal317126121072752327170
Binary110011111010110101000101110101111011001110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5651; }

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

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

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

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

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

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

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

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