#CFB15F

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

Shades of Tacha #CFB15F

Tints of Tacha #CFB15F

Color information

#CFB15F (or 0xCFB15F) is unknown color: approx Tacha. HEX triplet: CF, B1 and 5F. RGB value is (207,177,95). Sum of RGB (Red+Green+Blue) = 207+177+95=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB15F is #304EA0. Grayscale: #B0B0B0. Windows color (decimal): -3165857 or 6271439. OLE color: 6271439.

HSL color Cylindrical-coordinate representation of color #CFB15F: hue angle of 43.93º 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 #CFB15F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20717795-
CMYK00.140.540.19
HSL43.93º53.85%59.22%-
HSV(B)43.93º54.11%81.18%-
XYZ43.5245.5417.32-
YUV176.6281.94149.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=43.22%
G=36.95%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071779500.140.540.1943.9353.8559.22
HexCFB15F0E36132c363b
Octal3172611370166623546673
Binary110011111011000110111110111011011010011101100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB15F; }

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

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

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

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

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

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

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

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