#CCB363

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

Shades of Tacha #CCB363

Tints of Tacha #CCB363

Color information

#CCB363 (or 0xCCB363) is unknown color: approx Tacha. HEX triplet: CC, B3 and 63. RGB value is (204,179,99). Sum of RGB (Red+Green+Blue) = 204+179+99=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB363 is #334C9C. Grayscale: #B1B1B1. Windows color (decimal): -3361949 or 6534092. OLE color: 6534092.

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

Color convert

RGB20417999-
CMYK00.120.510.2
HSL45.71º50.72%59.41%-
HSV(B)45.71º51.47%80%-
XYZ43.2745.9818.4-
YUV177.3683.78147-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=42.32%
G=37.14%
B=20.54%

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
Decimal2041799900.120.510.245.7150.7259.41
HexCCB3630C33142e333b
Octal3142631430146324566373
Binary110011001011001111000110110011001110100101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB363; }

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

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

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

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

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

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

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

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