#CABD6A

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

Shades of Tacha #CABD6A

Tints of Tacha #CABD6A

Color information

#CABD6A (or 0xCABD6A) is unknown color: approx Tacha. HEX triplet: CA, BD and 6A. RGB value is (202,189,106). Sum of RGB (Red+Green+Blue) = 202+189+106=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD6A is #354295. Grayscale: #B7B7B7. Windows color (decimal): -3490454 or 6995402. OLE color: 6995402.

HSL color Cylindrical-coordinate representation of color #CABD6A: hue angle of 51.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CABD6A is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB202189106-
CMYK00.060.480.21
HSL51.88º47.52%60.39%-
HSV(B)51.88º47.52%79.22%-
XYZ45.1649.9920.91-
YUV183.4284.31141.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=40.64%
G=38.03%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218910600.060.480.2151.8847.5260.39
HexCABD6A06301534303c
Octal312275152066025646074
Binary11001010101111011101010011011000010101110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD6A; }

 p { color: rgb(202,189,106); }

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

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

 a { background-color: rgb(202,189,106); }

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

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

 span { border-color: rgb(202,189,106); }

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