#CCB38D

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

Shades of Tan #CCB38D

Tints of Tan #CCB38D

Color information

#CCB38D (or 0xCCB38D) is unknown color: approx Tan. HEX triplet: CC, B3 and 8D. RGB value is (204,179,141). Sum of RGB (Red+Green+Blue) = 204+179+141=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB38D is #334C72. Grayscale: #B6B6B6. Windows color (decimal): -3361907 or 9286604. OLE color: 9286604.

HSL color Cylindrical-coordinate representation of color #CCB38D: hue angle of 36.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCB38D is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204179141-
CMYK00.120.310.2
HSL36.19º38.18%67.65%-
HSV(B)36.19º30.88%80%-
XYZ45.834731.86-
YUV182.14104.78143.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=38.93%
G=34.16%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417914100.120.310.236.1938.1867.65
HexCCB38D0C1F14242644
Octal31426321501437244446104
Binary1100110010110011100011010110011111101001001001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB38D; }

 p { color: rgb(204,179,141); }

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

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

 a { background-color: rgb(204,179,141); }

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

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

 span { border-color: rgb(204,179,141); }

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