#CBAF88

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

Shades of Tan #CBAF88

Tints of Tan #CBAF88

Color information

#CBAF88 (or 0xCBAF88) is unknown color: approx Tan. HEX triplet: CB, AF and 88. RGB value is (203,175,136). Sum of RGB (Red+Green+Blue) = 203+175+136=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF88 is #345077. Grayscale: #B3B3B3. Windows color (decimal): -3428472 or 8957899. OLE color: 8957899.

HSL color Cylindrical-coordinate representation of color #CBAF88: hue angle of 34.93º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBAF88 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203175136-
CMYK00.140.330.20
HSL34.93º39.18%66.47%-
HSV(B)34.93º33%79.61%-
XYZ44.445.1329.66-
YUV178.93103.78145.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=39.49%
G=34.05%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317513600.140.330.2034.9339.1866.47
HexCBAF880E2114232742
Octal31325721001641244347102
Binary11001011101011111000100001110100001101001000111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF88; }

 p { color: rgb(203,175,136); }

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

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

 a { background-color: rgb(203,175,136); }

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

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

 span { border-color: rgb(203,175,136); }

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