#CCC16A

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

Shades of Tacha #CCC16A

Tints of Tacha #CCC16A

Color information

#CCC16A (or 0xCCC16A) is unknown color: approx Tacha. HEX triplet: CC, C1 and 6A. RGB value is (204,193,106). Sum of RGB (Red+Green+Blue) = 204+193+106=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC16A is #333E95. Grayscale: #BABABA. Windows color (decimal): -3358358 or 6996428. OLE color: 6996428.

HSL color Cylindrical-coordinate representation of color #CCC16A: hue angle of 53.27º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCC16A is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204193106-
CMYK00.050.480.2
HSL53.27º49%60.78%-
HSV(B)53.27º48.04%80%-
XYZ46.5752.0221.22-
YUV186.3782.64140.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 106 (41.80% from 255) = 21.07%
R=40.56%
G=38.37%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419310600.050.480.253.274960.78
HexCCC16A05301435313d
Octal314301152056024656175
Binary11001100110000011101010010111000010100110101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC16A; }

 p { color: rgb(204,193,106); }

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

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

 a { background-color: rgb(204,193,106); }

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

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

 span { border-color: rgb(204,193,106); }

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