#CFB460

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

Shades of Tacha #CFB460

Tints of Tacha #CFB460

Color information

#CFB460 (or 0xCFB460) is unknown color: approx Tacha. HEX triplet: CF, B4 and 60. RGB value is (207,180,96). Sum of RGB (Red+Green+Blue) = 207+180+96=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB460 is #304B9F. Grayscale: #B2B2B2. Windows color (decimal): -3165088 or 6337743. OLE color: 6337743.

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

Color convert

RGB20718096-
CMYK00.130.540.19
HSL45.41º53.62%59.41%-
HSV(B)45.41º53.62%81.18%-
XYZ44.1646.7517.76-
YUV178.581.45148.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=42.86%
G=37.27%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071809600.130.540.1945.4153.6259.41
HexCFB4600D36132d363b
Octal3172641400156623556673
Binary110011111011010011000000110111011010011101101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB460; }

 p { color: rgb(207,180,96); }

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

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

 a { background-color: rgb(207,180,96); }

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

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

 span { border-color: rgb(207,180,96); }

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