#CCB492

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

Shades of Tan #CCB492

Tints of Tan #CCB492

Color information

#CCB492 (or 0xCCB492) is unknown color: approx Tan. HEX triplet: CC, B4 and 92. RGB value is (204,180,146). Sum of RGB (Red+Green+Blue) = 204+180+146=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB492 is #334B6D. Grayscale: #B7B7B7. Windows color (decimal): -3361646 or 9614540. OLE color: 9614540.

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

Color convert

RGB204180146-
CMYK00.120.280.2
HSL35.17º36.25%68.63%-
HSV(B)35.17º28.43%80%-
XYZ46.4147.5633.93-
YUV183.3106.95142.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=38.49%
G=33.96%
B=27.55%

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
Decimal20418014600.120.280.235.1736.2568.63
HexCCB4920C1C14232445
Octal31426422201434244344105
Binary1100110010110100100100100110011100101001000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB492; }

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

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

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

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

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

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

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

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