#CCB78A

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

Shades of Tan #CCB78A

Tints of Tan #CCB78A

Color information

#CCB78A (or 0xCCB78A) is unknown color: approx Tan. HEX triplet: CC, B7 and 8A. RGB value is (204,183,138). Sum of RGB (Red+Green+Blue) = 204+183+138=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB78A is #334875. Grayscale: #B8B8B8. Windows color (decimal): -3360886 or 9091020. OLE color: 9091020.

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

Color convert

RGB204183138-
CMYK00.100.320.2
HSL40.91º39.29%67.06%-
HSV(B)40.91º32.35%80%-
XYZ46.4248.5430.97-
YUV184.15101.96142.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=38.86%
G=34.86%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418313800.100.320.240.9139.2967.06
HexCCB78A0A2014292743
Octal31426721201240245147103
Binary11001100101101111000101001010100000101001010011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB78A; }

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

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

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

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

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

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

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

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