#CABD64

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

Shades of Tacha #CABD64

Tints of Tacha #CABD64

Color information

#CABD64 (or 0xCABD64) is unknown color: approx Tacha. HEX triplet: CA, BD and 64. RGB value is (202,189,100). Sum of RGB (Red+Green+Blue) = 202+189+100=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABD64 is #35429B. Grayscale: #B7B7B7. Windows color (decimal): -3490460 or 6602186. OLE color: 6602186.

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

Color convert

RGB202189100-
CMYK00.060.500.21
HSL52.35º49.04%59.22%-
HSV(B)52.35º50.5%79.22%-
XYZ44.8549.8719.32-
YUV182.7481.31141.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 100 (39.45% from 255) = 20.37%
R=41.14%
G=38.49%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218910000.060.500.2152.3549.0459.22
HexCABD6406321534313b
Octal312275144066225646173
Binary11001010101111011100100011011001010101110100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD64; }

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

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

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

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

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

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

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

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