#CFB464

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

Shades of Tacha #CFB464

Tints of Tacha #CFB464

Color information

#CFB464 (or 0xCFB464) is unknown color: approx Tacha. HEX triplet: CF, B4 and 64. RGB value is (207,180,100). Sum of RGB (Red+Green+Blue) = 207+180+100=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB464 is #304B9B. Grayscale: #B3B3B3. Windows color (decimal): -3165084 or 6599887. OLE color: 6599887.

HSL color Cylindrical-coordinate representation of color #CFB464: hue angle of 44.86º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFB464 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB207180100-
CMYK00.130.520.19
HSL44.86º52.71%60.2%-
HSV(B)44.86º51.69%81.18%-
XYZ44.3546.8318.76-
YUV178.9583.45148-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 100 (39.45% from 255) = 20.53%
R=42.51%
G=36.96%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718010000.130.520.1944.8652.7160.2
HexCFB4640D34132d353c
Octal3172641440156423556574
Binary110011111011010011001000110111010010011101101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB464; }

 p { color: rgb(207,180,100); }

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

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

 a { background-color: rgb(207,180,100); }

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

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

 span { border-color: rgb(207,180,100); }

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