#CFBD93

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

Shades of Tan #CFBD93

Tints of Tan #CFBD93

Color information

#CFBD93 (or 0xCFBD93) is unknown color: approx Tan. HEX triplet: CF, BD and 93. RGB value is (207,189,147). Sum of RGB (Red+Green+Blue) = 207+189+147=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD93 is #30426C. Grayscale: #BDBDBD. Windows color (decimal): -3162733 or 9682383. OLE color: 9682383.

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

Color convert

RGB207189147-
CMYK00.090.290.19
HSL42º38.46%69.41%-
HSV(B)42º28.99%81.18%-
XYZ49.251.7735-
YUV189.59103.96140.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=38.12%
G=34.81%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718914700.090.290.194238.4669.41
HexCFBD93091D132a2645
Octal31727522301135235246105
Binary1100111110111101100100110100111101100111010101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD93; }

 p { color: rgb(207,189,147); }

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

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

 a { background-color: rgb(207,189,147); }

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

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

 span { border-color: rgb(207,189,147); }

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