#CFBC51

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

Shades of Tacha #CFBC51

Tints of Tacha #CFBC51

Color information

#CFBC51 (or 0xCFBC51) is unknown color: approx Tacha. HEX triplet: CF, BC and 51. RGB value is (207,188,81). Sum of RGB (Red+Green+Blue) = 207+188+81=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC51 is #3043AE. Grayscale: #B5B5B5. Windows color (decimal): -3163055 or 5356751. OLE color: 5356751.

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

Color convert

RGB20718881-
CMYK00.090.610.19
HSL50.95º56.76%56.47%-
HSV(B)50.95º60.87%81.18%-
XYZ45.249.8315.02-
YUV181.4871.29146.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.49%
GREEN value IS 188 (73.83% from 255) = 39.50%
BLUE value IS 81 (32.03% from 255) = 17.02%
R=43.49%
G=39.50%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071888100.090.610.1950.9556.7656.47
HexCFBC51093D13333938
Octal3172741210117523637170
Binary110011111011110010100010100111110110011110011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC51; }

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

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

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

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

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

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

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

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