#CCC16B

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

Shades of Tacha #CCC16B

Tints of Tacha #CCC16B

Color information

#CCC16B (or 0xCCC16B) is unknown color: approx Tacha. HEX triplet: CC, C1 and 6B. RGB value is (204,193,107). Sum of RGB (Red+Green+Blue) = 204+193+107=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC16B is #333E94. Grayscale: #BABABA. Windows color (decimal): -3358357 or 7061964. OLE color: 7061964.

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

Color convert

RGB204193107-
CMYK00.050.480.2
HSL53.2º48.74%60.98%-
HSV(B)53.2º47.55%80%-
XYZ46.6352.0421.5-
YUV186.4883.14140.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 107 (42.19% from 255) = 21.23%
R=40.48%
G=38.29%
B=21.23%

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
Decimal20419310700.050.480.253.248.7460.98
HexCCC16B05301435313d
Octal314301153056024656175
Binary11001100110000011101011010111000010100110101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC16B; }

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

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

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

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

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

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

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

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