#CF554D

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

Shades of Valencia #CF554D

Tints of Valencia #CF554D

Color information

#CF554D (or 0xCF554D) is unknown color: approx Valencia. HEX triplet: CF, 55 and 4D. RGB value is (207,85,77). Sum of RGB (Red+Green+Blue) = 207+85+77=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF554D is #30AAB2. Grayscale: #787878. Windows color (decimal): -3189427 or 5068239. OLE color: 5068239.

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

Color convert

RGB2078577-
CMYK00.590.630.19
HSL3.69º57.52%55.69%-
HSV(B)3.69º62.8%81.18%-
XYZ30.3220.39.34-
YUV120.57103.42189.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=56.10%
G=23.04%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207857700.590.630.193.6957.5255.69
HexCF554D03B3F1343a38
Octal317125115073772347270
Binary1100111110101011001101011101111111110011100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF554D; }

 p { color: rgb(207,85,77); }

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

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

 a { background-color: rgb(207,85,77); }

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

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

 span { border-color: rgb(207,85,77); }

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