#CCB68A

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

Shades of Tan #CCB68A

Tints of Tan #CCB68A

Color information

#CCB68A (or 0xCCB68A) is unknown color: approx Tan. HEX triplet: CC, B6 and 8A. RGB value is (204,182,138). Sum of RGB (Red+Green+Blue) = 204+182+138=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB68A is #334975. Grayscale: #B7B7B7. Windows color (decimal): -3361142 or 9090764. OLE color: 9090764.

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

Color convert

RGB204182138-
CMYK00.110.320.2
HSL40º39.29%67.06%-
HSV(B)40º32.35%80%-
XYZ46.2248.1330.9-
YUV183.56102.29142.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=38.93%
G=34.73%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418213800.110.320.24039.2967.06
HexCCB68A0B2014282743
Octal31426621201340245047103
Binary11001100101101101000101001011100000101001010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB68A; }

 p { color: rgb(204,182,138); }

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

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

 a { background-color: rgb(204,182,138); }

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

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

 span { border-color: rgb(204,182,138); }

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