#CCBE6D

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

Shades of Tacha #CCBE6D

Tints of Tacha #CCBE6D

Color information

#CCBE6D (or 0xCCBE6D) is unknown color: approx Tacha. HEX triplet: CC, BE and 6D. RGB value is (204,190,109). Sum of RGB (Red+Green+Blue) = 204+190+109=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE6D is #334192. Grayscale: #B9B9B9. Windows color (decimal): -3359123 or 7192268. OLE color: 7192268.

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

Color convert

RGB204190109-
CMYK00.070.470.2
HSL51.16º48.22%61.37%-
HSV(B)51.16º46.57%80%-
XYZ46.0850.7721.84-
YUV184.9585.14141.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 109 (42.97% from 255) = 21.67%
R=40.56%
G=37.77%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419010900.070.470.251.1648.2261.37
HexCCBE6D072F1433303d
Octal314276155075724636075
Binary11001100101111101101101011110111110100110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE6D; }

 p { color: rgb(204,190,109); }

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

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

 a { background-color: rgb(204,190,109); }

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

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

 span { border-color: rgb(204,190,109); }

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