#CCC26B

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

Shades of Tacha #CCC26B

Tints of Tacha #CCC26B

Color information

#CCC26B (or 0xCCC26B) is unknown color: approx Tacha. HEX triplet: CC, C2 and 6B. RGB value is (204,194,107). Sum of RGB (Red+Green+Blue) = 204+194+107=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC26B is #333D94. Grayscale: #BBBBBB. Windows color (decimal): -3358101 or 7062220. OLE color: 7062220.

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

Color convert

RGB204194107-
CMYK00.050.480.2
HSL53.81º48.74%60.98%-
HSV(B)53.81º47.55%80%-
XYZ46.8552.4821.57-
YUV187.0782.81140.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 107 (42.19% from 255) = 21.19%
R=40.40%
G=38.42%
B=21.19%

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
Decimal20419410700.050.480.253.8148.7460.98
HexCCC26B05301436313d
Octal314302153056024666175
Binary11001100110000101101011010111000010100110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC26B; }

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

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

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

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

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

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

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

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