#CFB08A

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

Shades of Tan #CFB08A

Tints of Tan #CFB08A

Color information

#CFB08A (or 0xCFB08A) is unknown color: approx Tan. HEX triplet: CF, B0 and 8A. RGB value is (207,176,138). Sum of RGB (Red+Green+Blue) = 207+176+138=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB08A is #304F75. Grayscale: #B5B5B5. Windows color (decimal): -3166070 or 9089231. OLE color: 9089231.

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

Color convert

RGB207176138-
CMYK00.150.330.19
HSL33.04º41.82%67.65%-
HSV(B)33.04º33.33%81.18%-
XYZ45.8446.1530.54-
YUV180.94103.77146.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=39.73%
G=33.78%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717613800.150.330.1933.0441.8267.65
HexCFB08A0F2113212a44
Octal31726021201741234152104
Binary11001111101100001000101001111100001100111000011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB08A; }

 p { color: rgb(207,176,138); }

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

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

 a { background-color: rgb(207,176,138); }

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

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

 span { border-color: rgb(207,176,138); }

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