#CCB460

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

Shades of Tacha #CCB460

Tints of Tacha #CCB460

Color information

#CCB460 (or 0xCCB460) is unknown color: approx Tacha. HEX triplet: CC, B4 and 60. RGB value is (204,180,96). Sum of RGB (Red+Green+Blue) = 204+180+96=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB460 is #334B9F. Grayscale: #B1B1B1. Windows color (decimal): -3361696 or 6337740. OLE color: 6337740.

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

Color convert

RGB20418096-
CMYK00.120.530.2
HSL46.67º51.43%58.82%-
HSV(B)46.67º52.94%80%-
XYZ43.3346.3217.72-
YUV177.681.95146.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 96 (37.89% from 255) = 20%
R=42.5%
G=37.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041809600.120.530.246.6751.4358.82
HexCCB4600C35142f333b
Octal3142641400146524576373
Binary110011001011010011000000110011010110100101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB460; }

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

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

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

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

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

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

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

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