#CABD69

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

Shades of Tacha #CABD69

Tints of Tacha #CABD69

Color information

#CABD69 (or 0xCABD69) is unknown color: approx Tacha. HEX triplet: CA, BD and 69. RGB value is (202,189,105). Sum of RGB (Red+Green+Blue) = 202+189+105=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD69 is #354296. Grayscale: #B7B7B7. Windows color (decimal): -3490455 or 6929866. OLE color: 6929866.

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

Color convert

RGB202189105-
CMYK00.060.480.21
HSL51.96º47.78%60.2%-
HSV(B)51.96º48.02%79.22%-
XYZ45.149.9720.63-
YUV183.3183.81141.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=40.73%
G=38.10%
B=21.17%

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
Decimal20218910500.060.480.2151.9647.7860.2
HexCABD6906301534303c
Octal312275151066025646074
Binary11001010101111011101001011011000010101110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD69; }

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

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

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

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

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

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

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

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