#CABF61

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

Shades of Tacha #CABF61

Tints of Tacha #CABF61

Color information

#CABF61 (or 0xCABF61) is unknown color: approx Tacha. HEX triplet: CA, BF and 61. RGB value is (202,191,97). Sum of RGB (Red+Green+Blue) = 202+191+97=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABF61 is #35409E. Grayscale: #B7B7B7. Windows color (decimal): -3489951 or 6406090. OLE color: 6406090.

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

Color convert

RGB20219197-
CMYK00.050.520.21
HSL53.71º49.76%58.63%-
HSV(B)53.71º51.98%79.22%-
XYZ45.1550.6818.71-
YUV183.5779.14141.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 97 (38.28% from 255) = 19.80%
R=41.22%
G=38.98%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021919700.050.520.2153.7149.7658.63
HexCABF6105341536323b
Octal312277141056425666273
Binary11001010101111111100001010111010010101110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF61; }

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

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

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

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

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

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

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

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