#CF4F46

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

Shades of Valencia #CF4F46

Tints of Valencia #CF4F46

Color information

#CF4F46 (or 0xCF4F46) is unknown color: approx Valencia. HEX triplet: CF, 4F and 46. RGB value is (207,79,70). Sum of RGB (Red+Green+Blue) = 207+79+70=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4F46 is #30B0B9. Grayscale: #747474. Windows color (decimal): -3190970 or 4607951. OLE color: 4607951.

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

Color convert

RGB2077970-
CMYK00.620.660.19
HSL3.94º58.8%54.31%-
HSV(B)3.94º66.18%81.18%-
XYZ29.6319.37.96-
YUV116.25101.91192.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.15%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=58.15%
G=22.19%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207797000.620.660.193.9458.854.31
HexCF4F4603E421343b36
Octal3171171060761022347366
Binary11001111100111110001100111110100001010011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4F46; }

 p { color: rgb(207,79,70); }

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

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

 a { background-color: rgb(207,79,70); }

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

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

 span { border-color: rgb(207,79,70); }

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