#CFBC57

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

Shades of Tacha #CFBC57

Tints of Tacha #CFBC57

Color information

#CFBC57 (or 0xCFBC57) is unknown color: approx Tacha. HEX triplet: CF, BC and 57. RGB value is (207,188,87). Sum of RGB (Red+Green+Blue) = 207+188+87=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC57 is #3043A8. Grayscale: #B6B6B6. Windows color (decimal): -3163049 or 5749967. OLE color: 5749967.

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

Color convert

RGB20718887-
CMYK00.090.580.19
HSL50.5º55.56%57.65%-
HSV(B)50.5º57.97%81.18%-
XYZ45.4449.9216.26-
YUV182.1774.29145.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 87 (34.38% from 255) = 18.05%
R=42.95%
G=39.00%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071888700.090.580.1950.555.5657.65
HexCFBC57093A1332383a
Octal3172741270117223627072
Binary110011111011110010101110100111101010011110010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC57; }

 p { color: rgb(207,188,87); }

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

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

 a { background-color: rgb(207,188,87); }

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

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

 span { border-color: rgb(207,188,87); }

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