#CFB15B

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

Shades of Tacha #CFB15B

Tints of Tacha #CFB15B

Color information

#CFB15B (or 0xCFB15B) is unknown color: approx Tacha. HEX triplet: CF, B1 and 5B. RGB value is (207,177,91). Sum of RGB (Red+Green+Blue) = 207+177+91=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB15B is #304EA4. Grayscale: #B0B0B0. Windows color (decimal): -3165861 or 6009295. OLE color: 6009295.

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

Color convert

RGB20717791-
CMYK00.140.560.19
HSL44.48º54.72%58.43%-
HSV(B)44.48º56.04%81.18%-
XYZ43.3445.4716.39-
YUV176.1779.94149.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 91 (35.94% from 255) = 19.16%
R=43.58%
G=37.26%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071779100.140.560.1944.4854.7258.43
HexCFB15B0E38132c373a
Octal3172611330167023546772
Binary110011111011000110110110111011100010011101100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB15B; }

 p { color: rgb(207,177,91); }

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

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

 a { background-color: rgb(207,177,91); }

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

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

 span { border-color: rgb(207,177,91); }

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