#CCB38F

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

Shades of Tan #CCB38F

Tints of Tan #CCB38F

Color information

#CCB38F (or 0xCCB38F) is unknown color: approx Tan. HEX triplet: CC, B3 and 8F. RGB value is (204,179,143). Sum of RGB (Red+Green+Blue) = 204+179+143=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB38F is #334C70. Grayscale: #B6B6B6. Windows color (decimal): -3361905 or 9417676. OLE color: 9417676.

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

Color convert

RGB204179143-
CMYK00.120.300.2
HSL35.41º37.42%68.04%-
HSV(B)35.41º29.9%80%-
XYZ45.9847.0632.65-
YUV182.37105.78143.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 179 (70.31% from 255) = 34.03%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=38.78%
G=34.03%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417914300.120.300.235.4137.4268.04
HexCCB38F0C1E14232544
Octal31426321701436244345104
Binary1100110010110011100011110110011110101001000111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB38F; }

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

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

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

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

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

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

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

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