#CBAD8F

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

Shades of Tan #CBAD8F

Tints of Tan #CBAD8F

Color information

#CBAD8F (or 0xCBAD8F) is unknown color: approx Tan. HEX triplet: CB, AD and 8F. RGB value is (203,173,143). Sum of RGB (Red+Green+Blue) = 203+173+143=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD8F is #345270. Grayscale: #B2B2B2. Windows color (decimal): -3428977 or 9416139. OLE color: 9416139.

HSL color Cylindrical-coordinate representation of color #CBAD8F: hue angle of 30º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBAD8F is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203173143-
CMYK00.150.300.20
HSL30º36.59%67.84%-
HSV(B)30º29.56%79.61%-
XYZ44.5344.5732.24-
YUV178.55107.94145.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=39.11%
G=33.33%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317314300.150.300.203036.5967.84
HexCBAD8F0F1E141e2544
Octal31325521701736243645104
Binary110010111010110110001111011111111010100111101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD8F; }

 p { color: rgb(203,173,143); }

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

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

 a { background-color: rgb(203,173,143); }

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

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

 span { border-color: rgb(203,173,143); }

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