#CFB565

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

Shades of Tacha #CFB565

Tints of Tacha #CFB565

Color information

#CFB565 (or 0xCFB565) is unknown color: approx Tacha. HEX triplet: CF, B5 and 65. RGB value is (207,181,101). Sum of RGB (Red+Green+Blue) = 207+181+101=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB565 is #304A9A. Grayscale: #B4B4B4. Windows color (decimal): -3164827 or 6665679. OLE color: 6665679.

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

Color convert

RGB207181101-
CMYK00.130.510.19
HSL45.28º52.48%60.39%-
HSV(B)45.28º51.21%81.18%-
XYZ44.647.2519.08-
YUV179.6583.61147.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 181 (71.09% from 255) = 37.01%
BLUE value IS 101 (39.84% from 255) = 20.65%
R=42.33%
G=37.01%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718110100.130.510.1945.2852.4860.39
HexCFB5650D33132d343c
Octal3172651450156323556474
Binary110011111011010111001010110111001110011101101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB565; }

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

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

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

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

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

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

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

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