#CCB78F

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

Shades of Tan #CCB78F

Tints of Tan #CCB78F

Color information

#CCB78F (or 0xCCB78F) is unknown color: approx Tan. HEX triplet: CC, B7 and 8F. RGB value is (204,183,143). Sum of RGB (Red+Green+Blue) = 204+183+143=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB78F is #334870. Grayscale: #B8B8B8. Windows color (decimal): -3360881 or 9418700. OLE color: 9418700.

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

Color convert

RGB204183143-
CMYK00.100.300.2
HSL39.34º37.42%68.04%-
HSV(B)39.34º29.9%80%-
XYZ46.7948.6932.92-
YUV184.72104.46141.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 143 (56.25% from 255) = 26.98%
R=38.49%
G=34.53%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418314300.100.300.239.3437.4268.04
HexCCB78F0A1E14272544
Octal31426721701236244745104
Binary1100110010110111100011110101011110101001001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB78F; }

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

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

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

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

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

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

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

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