#CCB58A

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

Shades of Tan #CCB58A

Tints of Tan #CCB58A

Color information

#CCB58A (or 0xCCB58A) is unknown color: approx Tan. HEX triplet: CC, B5 and 8A. RGB value is (204,181,138). Sum of RGB (Red+Green+Blue) = 204+181+138=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB58A is #334A75. Grayscale: #B7B7B7. Windows color (decimal): -3361398 or 9090508. OLE color: 9090508.

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

Color convert

RGB204181138-
CMYK00.110.320.2
HSL39.09º39.29%67.06%-
HSV(B)39.09º32.35%80%-
XYZ46.0147.7230.83-
YUV182.98102.62143-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 181 (71.09% from 255) = 34.61%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=39.01%
G=34.61%
B=26.39%

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
Decimal20418113800.110.320.239.0939.2967.06
HexCCB58A0B2014272743
Octal31426521201340244747103
Binary11001100101101011000101001011100000101001001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB58A; }

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

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

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

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

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

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

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

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