#CABD61

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

Shades of Tacha #CABD61

Tints of Tacha #CABD61

Color information

#CABD61 (or 0xCABD61) is unknown color: approx Tacha. HEX triplet: CA, BD and 61. RGB value is (202,189,97). Sum of RGB (Red+Green+Blue) = 202+189+97=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD61 is #35429E. Grayscale: #B6B6B6. Windows color (decimal): -3490463 or 6405578. OLE color: 6405578.

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

Color convert

RGB20218997-
CMYK00.060.520.21
HSL52.57º49.76%58.63%-
HSV(B)52.57º51.98%79.22%-
XYZ44.7149.8118.57-
YUV182.479.81141.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 97 (38.28% from 255) = 19.88%
R=41.39%
G=38.73%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021899700.060.520.2152.5749.7658.63
HexCABD6106341535323b
Octal312275141066425656273
Binary11001010101111011100001011011010010101110101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD61; }

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

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

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

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

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

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

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

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