#CCBB69

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

Shades of Tacha #CCBB69

Tints of Tacha #CCBB69

Color information

#CCBB69 (or 0xCCBB69) is unknown color: approx Tacha. HEX triplet: CC, BB and 69. RGB value is (204,187,105). Sum of RGB (Red+Green+Blue) = 204+187+105=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB69 is #334496. Grayscale: #B7B7B7. Windows color (decimal): -3359895 or 6929356. OLE color: 6929356.

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

Color convert

RGB204187105-
CMYK00.080.490.2
HSL49.7º49.25%60.59%-
HSV(B)49.7º48.53%80%-
XYZ45.2249.420.52-
YUV182.7484.13143.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=41.13%
G=37.70%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418710500.080.490.249.749.2560.59
HexCCBB6908311432313d
Octal3142731510106124626175
Binary110011001011101111010010100011000110100110010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB69; }

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

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

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

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

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

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

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

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