#CCB08B

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

Shades of Tan #CCB08B

Tints of Tan #CCB08B

Color information

#CCB08B (or 0xCCB08B) is unknown color: approx Tan. HEX triplet: CC, B0 and 8B. RGB value is (204,176,139). Sum of RGB (Red+Green+Blue) = 204+176+139=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB08B is #334F74. Grayscale: #B4B4B4. Windows color (decimal): -3362677 or 9154764. OLE color: 9154764.

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

Color convert

RGB204176139-
CMYK00.140.320.2
HSL34.15º38.92%67.25%-
HSV(B)34.15º31.86%80%-
XYZ45.0945.7530.88-
YUV180.15104.78145.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 139 (54.69% from 255) = 26.78%
R=39.31%
G=33.91%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417613900.140.320.234.1538.9267.25
HexCCB08B0E2014222743
Octal31426021301640244247103
Binary11001100101100001000101101110100000101001000101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB08B; }

 p { color: rgb(204,176,139); }

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

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

 a { background-color: rgb(204,176,139); }

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

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

 span { border-color: rgb(204,176,139); }

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