#CFB18D

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

Shades of Tan #CFB18D

Tints of Tan #CFB18D

Color information

#CFB18D (or 0xCFB18D) is unknown color: approx Tan. HEX triplet: CF, B1 and 8D. RGB value is (207,177,141). Sum of RGB (Red+Green+Blue) = 207+177+141=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB18D is #304E72. Grayscale: #B6B6B6. Windows color (decimal): -3165811 or 9286095. OLE color: 9286095.

HSL color Cylindrical-coordinate representation of color #CFB18D: hue angle of 32.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFB18D is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207177141-
CMYK00.140.320.19
HSL32.73º40.74%68.24%-
HSV(B)32.73º31.88%81.18%-
XYZ46.2646.6331.76-
YUV181.87104.94145.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=39.43%
G=33.71%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717714100.140.320.1932.7340.7468.24
HexCFB18D0E2013212944
Octal31726121501640234151104
Binary11001111101100011000110101110100000100111000011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB18D; }

 p { color: rgb(207,177,141); }

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

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

 a { background-color: rgb(207,177,141); }

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

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

 span { border-color: rgb(207,177,141); }

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