#CABE69

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

Shades of Tacha #CABE69

Tints of Tacha #CABE69

Color information

#CABE69 (or 0xCABE69) is unknown color: approx Tacha. HEX triplet: CA, BE and 69. RGB value is (202,190,105). Sum of RGB (Red+Green+Blue) = 202+190+105=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE69 is #354196. Grayscale: #B8B8B8. Windows color (decimal): -3490199 or 6930122. OLE color: 6930122.

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

Color convert

RGB202190105-
CMYK00.060.480.21
HSL52.58º47.78%60.2%-
HSV(B)52.58º48.02%79.22%-
XYZ45.3250.420.7-
YUV183.983.48140.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=40.64%
G=38.23%
B=21.13%

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
Decimal20219010500.060.480.2152.5847.7860.2
HexCABE6906301535303c
Octal312276151066025656074
Binary11001010101111101101001011011000010101110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE69; }

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

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

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

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

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

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

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

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