#CCB361

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

Shades of Tacha #CCB361

Tints of Tacha #CCB361

Color information

#CCB361 (or 0xCCB361) is unknown color: approx Tacha. HEX triplet: CC, B3 and 61. RGB value is (204,179,97). Sum of RGB (Red+Green+Blue) = 204+179+97=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB361 is #334C9E. Grayscale: #B1B1B1. Windows color (decimal): -3361951 or 6403020. OLE color: 6403020.

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

Color convert

RGB20417997-
CMYK00.120.520.2
HSL45.98º51.2%59.02%-
HSV(B)45.98º52.45%80%-
XYZ43.1845.9417.9-
YUV177.1382.78147.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 97 (38.28% from 255) = 20.21%
R=42.5%
G=37.29%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041799700.120.520.245.9851.259.02
HexCCB3610C34142e333b
Octal3142631410146424566373
Binary110011001011001111000010110011010010100101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB361; }

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

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

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

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

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

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

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

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