#CCB463

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

Shades of Tacha #CCB463

Tints of Tacha #CCB463

Color information

#CCB463 (or 0xCCB463) is unknown color: approx Tacha. HEX triplet: CC, B4 and 63. RGB value is (204,180,99). Sum of RGB (Red+Green+Blue) = 204+180+99=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB463 is #334B9C. Grayscale: #B2B2B2. Windows color (decimal): -3361693 or 6534348. OLE color: 6534348.

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

Color convert

RGB20418099-
CMYK00.120.510.2
HSL46.29º50.72%59.41%-
HSV(B)46.29º51.47%80%-
XYZ43.4846.3818.47-
YUV177.9483.45146.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=42.24%
G=37.27%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041809900.120.510.246.2950.7259.41
HexCCB4630C33142e333b
Octal3142641430146324566373
Binary110011001011010011000110110011001110100101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB463; }

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

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

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

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

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

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

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

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