#CCB669

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

Shades of Tacha #CCB669

Tints of Tacha #CCB669

Color information

#CCB669 (or 0xCCB669) is unknown color: approx Tacha. HEX triplet: CC, B6 and 69. RGB value is (204,182,105). Sum of RGB (Red+Green+Blue) = 204+182+105=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB669 is #334996. Grayscale: #B4B4B4. Windows color (decimal): -3361175 or 6928076. OLE color: 6928076.

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

Color convert

RGB204182105-
CMYK00.110.490.2
HSL46.67º49.25%60.59%-
HSV(B)46.67º48.53%80%-
XYZ44.1847.3120.17-
YUV179.885.79145.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=41.55%
G=37.07%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418210500.110.490.246.6749.2560.59
HexCCB6690B31142f313d
Octal3142661510136124576175
Binary110011001011011011010010101111000110100101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB669; }

 p { color: rgb(204,182,105); }

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

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

 a { background-color: rgb(204,182,105); }

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

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

 span { border-color: rgb(204,182,105); }

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