#CBB58F

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

Shades of Tan #CBB58F

Tints of Tan #CBB58F

Color information

#CBB58F (or 0xCBB58F) is unknown color: approx Tan. HEX triplet: CB, B5 and 8F. RGB value is (203,181,143). Sum of RGB (Red+Green+Blue) = 203+181+143=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB58F is #344A70. Grayscale: #B7B7B7. Windows color (decimal): -3426929 or 9418187. OLE color: 9418187.

HSL color Cylindrical-coordinate representation of color #CBB58F: hue angle of 38º 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 #CBB58F is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203181143-
CMYK00.110.300.20
HSL38º36.59%67.84%-
HSV(B)38º29.56%79.61%-
XYZ46.1147.7332.77-
YUV183.25105.29142.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 181 (71.09% from 255) = 34.35%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=38.52%
G=34.35%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318114300.110.300.203836.5967.84
HexCBB58F0B1E14262544
Octal31326521701336244645104
Binary1100101110110101100011110101111110101001001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB58F; }

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

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

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

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

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

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

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

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