#CFB561

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

Shades of Tacha #CFB561

Tints of Tacha #CFB561

Color information

#CFB561 (or 0xCFB561) is unknown color: approx Tacha. HEX triplet: CF, B5 and 61. RGB value is (207,181,97). Sum of RGB (Red+Green+Blue) = 207+181+97=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB561 is #304A9E. Grayscale: #B3B3B3. Windows color (decimal): -3164831 or 6403535. OLE color: 6403535.

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

Color convert

RGB20718197-
CMYK00.130.530.19
HSL45.82º53.4%59.61%-
HSV(B)45.82º53.14%81.18%-
XYZ44.4147.1818.07-
YUV179.281.61147.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.68%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 97 (38.28% from 255) = 20%
R=42.68%
G=37.32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071819700.130.530.1945.8253.459.61
HexCFB5610D35132e353c
Octal3172651410156523566574
Binary110011111011010111000010110111010110011101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB561; }

 p { color: rgb(207,181,97); }

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

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

 a { background-color: rgb(207,181,97); }

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

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

 span { border-color: rgb(207,181,97); }

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