#CCB392

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

Shades of Tan #CCB392

Tints of Tan #CCB392

Color information

#CCB392 (or 0xCCB392) is unknown color: approx Tan. HEX triplet: CC, B3 and 92. RGB value is (204,179,146). Sum of RGB (Red+Green+Blue) = 204+179+146=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB392 is #334C6D. Grayscale: #B6B6B6. Windows color (decimal): -3361902 or 9614284. OLE color: 9614284.

HSL color Cylindrical-coordinate representation of color #CCB392: hue angle of 34.14º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB392 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204179146-
CMYK00.120.280.2
HSL34.14º36.25%68.63%-
HSV(B)34.14º28.43%80%-
XYZ46.2147.1533.86-
YUV182.71107.28143.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=38.56%
G=33.84%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417914600.120.280.234.1436.2568.63
HexCCB3920C1C14222445
Octal31426322201434244244105
Binary1100110010110011100100100110011100101001000101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB392; }

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

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

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

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

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

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

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

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