#CFB48A

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

Shades of Tan #CFB48A

Tints of Tan #CFB48A

Color information

#CFB48A (or 0xCFB48A) is unknown color: approx Tan. HEX triplet: CF, B4 and 8A. RGB value is (207,180,138). Sum of RGB (Red+Green+Blue) = 207+180+138=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB48A is #304B75. Grayscale: #B7B7B7. Windows color (decimal): -3165046 or 9090255. OLE color: 9090255.

HSL color Cylindrical-coordinate representation of color #CFB48A: hue angle of 36.52º 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 #CFB48A is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207180138-
CMYK00.130.330.19
HSL36.52º41.82%67.65%-
HSV(B)36.52º33.33%81.18%-
XYZ46.6447.7430.8-
YUV183.28102.45144.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=39.43%
G=34.29%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718013800.130.330.1936.5241.8267.65
HexCFB48A0D2113252a44
Octal31726421201541234552104
Binary11001111101101001000101001101100001100111001011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB48A; }

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

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

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

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

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

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

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

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