#CF4A47

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

Shades of Valencia #CF4A47

Tints of Valencia #CF4A47

Color information

#CF4A47 (or 0xCF4A47) is unknown color: approx Valencia. HEX triplet: CF, 4A and 47. RGB value is (207,74,71). Sum of RGB (Red+Green+Blue) = 207+74+71=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4A47 is #30B5B8. Grayscale: #717171. Windows color (decimal): -3192249 or 4672207. OLE color: 4672207.

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

Color convert

RGB2077471-
CMYK00.640.660.19
HSL1.32º58.62%54.51%-
HSV(B)1.32º65.7%81.18%-
XYZ29.3218.628.01-
YUV113.42104.06194.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.81%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 71 (28.12% from 255) = 20.17%
R=58.81%
G=21.02%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207747100.640.660.191.3258.6254.51
HexCF4A47040421313b37
Octal31711210701001022317367
Binary1100111110010101000111010000001000010100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4A47; }

 p { color: rgb(207,74,71); }

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

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

 a { background-color: rgb(207,74,71); }

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

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

 span { border-color: rgb(207,74,71); }

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