#CFB158

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

Shades of Tacha #CFB158

Tints of Tacha #CFB158

Color information

#CFB158 (or 0xCFB158) is unknown color: approx Tacha. HEX triplet: CF, B1 and 58. RGB value is (207,177,88). Sum of RGB (Red+Green+Blue) = 207+177+88=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB158 is #304EA7. Grayscale: #B0B0B0. Windows color (decimal): -3165864 or 5812687. OLE color: 5812687.

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

Color convert

RGB20717788-
CMYK00.140.570.19
HSL44.87º55.35%57.84%-
HSV(B)44.87º57.49%81.18%-
XYZ43.2245.4115.72-
YUV175.8278.44150.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 88 (34.77% from 255) = 18.64%
R=43.86%
G=37.5%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071778800.140.570.1944.8755.3557.84
HexCFB1580E39132d373a
Octal3172611300167123556772
Binary110011111011000110110000111011100110011101101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB158; }

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

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

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

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

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

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

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

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